Skip to content

Commit 1bd272a

Browse files
committed
removed unused packages
1 parent c565233 commit 1bd272a

File tree

2 files changed

+25
-1528
lines changed

2 files changed

+25
-1528
lines changed

package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"main": "dist/index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"prepublishOnly": "babel ./src --out-dir ./dist -s inline",
98
"build": "rollup -c",
109
"start": "rollup -c -w"
1110
},
@@ -16,20 +15,14 @@
1615
"author": "Kamil Dydo",
1716
"license": "ISC",
1817
"devDependencies": {
19-
"@babel/cli": "^7.4.3",
20-
"@babel/core": "^7.4.3",
21-
"@babel/preset-env": "^7.4.3",
22-
"@babel/preset-react": "^7.10.1",
23-
"@types/react": "^16.9.41",
18+
"@types/react": "^16.9.43",
2419
"@types/react-dom": "^16.9.8",
25-
"babel-core": "^6.26.3",
26-
"babel-runtime": "^6.26.0",
2720
"react": "^16.13.1",
2821
"react-dom": "^16.13.1",
29-
"rollup": "^2.18.2",
22+
"rollup": "^2.23.0",
3023
"rollup-plugin-sass": "^1.2.2",
3124
"rollup-plugin-typescript2": "^0.27.1",
32-
"typescript": "^3.9.6"
25+
"typescript": "^3.9.7"
3326
},
3427
"keywords": [
3528
"endless",

0 commit comments

Comments
 (0)