Skip to content

Commit 02aa087

Browse files
committed
fix: remove peerDependencies from dependencies
1 parent d9f5941 commit 02aa087

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
"version": "0.1.0",
55
"author": "Amin Yahyaabadi",
66
"description": "Rollup plugin used in atom-ide-community",
7-
"keywords": ["rollup", "plugin", "atomic"],
7+
"keywords": [
8+
"rollup",
9+
"plugin",
10+
"atomic"
11+
],
812
"repository": "https://github.com/atom-ide-community/rollup-plugin-atomic",
913
"license": "MIT",
1014
"scripts": {
@@ -15,9 +19,6 @@
1519
"bump": "ncu -u -x coffeescript"
1620
},
1721
"dependencies": {
18-
"typescript": "^3.9.7",
19-
"coffeescript": "^1.12.7",
20-
"@babel/core": "^7.10.5",
2122
"tslib": "^2.0.0",
2223
"@rollup/plugin-commonjs": "14.0.0",
2324
"@rollup/plugin-node-resolve": "8.4.0",

0 commit comments

Comments
 (0)