Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Switch from babel to rollup + buble
Browse files Browse the repository at this point in the history
  • Loading branch information
fastner committed May 13, 2016
1 parent eda4966 commit d7c415d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"main": "lib/VuexValidator.js",
"devDependencies": {
"ava": "^0.14.0",
"babel-cli": "^6.7.7",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"eslint": "^2.8.0",
"release-it": "^2.3.1",
"rollup": "^0.26.3",
"rollup-plugin-buble": "^0.7.0",
"rollup-plugin-node-resolve": "^1.5.0",
"s15e-javascript": "^0.1.17",
"updtr": "^0.1.10"
},
"scripts": {
"lint": "eslint --cache *.js src/*.js",
"autofix": "eslint --cache --fix *.js src/*.js",
"build": "babel --source-maps true --out-dir ./lib/ ./src/",
"build": "rollup -c",
"pretest": "npm run build",
"test": "ava",
"test:watch": "ava --watch",
Expand Down

0 comments on commit d7c415d

Please sign in to comment.