We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f5941 commit 02aa087Copy full SHA for 02aa087
package.json
@@ -4,7 +4,11 @@
4
"version": "0.1.0",
5
"author": "Amin Yahyaabadi",
6
"description": "Rollup plugin used in atom-ide-community",
7
- "keywords": ["rollup", "plugin", "atomic"],
+ "keywords": [
8
+ "rollup",
9
+ "plugin",
10
+ "atomic"
11
+ ],
12
"repository": "https://github.com/atom-ide-community/rollup-plugin-atomic",
13
"license": "MIT",
14
"scripts": {
@@ -15,9 +19,6 @@
15
19
"bump": "ncu -u -x coffeescript"
16
20
},
17
21
"dependencies": {
18
- "typescript": "^3.9.7",
- "coffeescript": "^1.12.7",
- "@babel/core": "^7.10.5",
22
"tslib": "^2.0.0",
23
"@rollup/plugin-commonjs": "14.0.0",
24
"@rollup/plugin-node-resolve": "8.4.0",
0 commit comments