Skip to content

Commit

Permalink
upgrade babel
Browse files Browse the repository at this point in the history
  • Loading branch information
briancappello committed Oct 7, 2017
1 parent dda2963 commit 798da1d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "gulp server",
"prepublish": "babel ./src --out-dir ./lib",
"prepublish": "babel ./src --out-dir ./lib --plugins=transform-class-properties,transform-react-jsx",
"test": "karma start --single-run",
"dev-test": "karma start"
},
Expand Down Expand Up @@ -33,10 +33,12 @@
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel": "^5.8.38",
"babel-core": "^5.8.38",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^5.4.2",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"es5-shim": "^4.5.9",
"eslint": "^3.19.0",
"eslint-plugin-react": "^6.10.3",
Expand Down

0 comments on commit 798da1d

Please sign in to comment.