Skip to content

Commit 423e46d

Browse files
author
Dave Ferris
committed
Remove @babel/cli package
1 parent c4947f0 commit 423e46d

File tree

2 files changed

+1518
-309
lines changed

2 files changed

+1518
-309
lines changed

package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "ui-design-system",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"dependencies": {
5-
"@storybook/addon-knobs": "^5.2.6",
65
"bootstrap": "^4.3.1",
76
"node-sass": "^4.13.1",
87
"polished": "^3.4.2",
@@ -14,7 +13,7 @@
1413
},
1514
"scripts": {
1615
"start": "react-scripts start",
17-
"build": "BABEL_ENV=production babel src -d dist",
16+
"build": "react-scripts build",
1817
"lint": "eslint . --ext .js,.jsx",
1918
"test": "react-scripts test",
2019
"eject": "react-scripts eject",
@@ -23,11 +22,6 @@
2322
"build-storybook-docs": "build-storybook -s public --docs",
2423
"deploy-storybook": "storybook-to-ghpages"
2524
},
26-
"babel": {
27-
"presets": [
28-
"react-app"
29-
]
30-
},
3125
"eslintConfig": {
3226
"extends": "react-app"
3327
},
@@ -44,10 +38,10 @@
4438
]
4539
},
4640
"devDependencies": {
47-
"@babel/cli": "^7.8.4",
4841
"@storybook/addon-a11y": "^5.2.6",
4942
"@storybook/addon-actions": "^5.2.6",
5043
"@storybook/addon-docs": "^5.2.6",
44+
"@storybook/addon-knobs": "^5.2.6",
5145
"@storybook/addon-links": "^5.2.6",
5246
"@storybook/addon-storysource": "^5.2.6",
5347
"@storybook/addons": "^5.2.6",
@@ -61,7 +55,7 @@
6155
"description": "UI Storybook design system",
6256
"main": "dist/index.js",
6357
"publishConfig": {
64-
"registry":"https://npm.pkg.github.com/@user-interviews"
58+
"registry": "https://npm.pkg.github.com/@user-interviews"
6559
},
6660
"repository": "https://github.com/user-interviews/ui-design-system.git",
6761
"author": "Dave Ferris <[email protected]>",

0 commit comments

Comments
 (0)