Skip to content

Commit

Permalink
bublé
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Feb 28, 2018
1 parent 8a8f4f9 commit ca9dfb8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"awestruct": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.3.13",
"buble": "^0.19.3",
"rimraf": "^2.6.2",
"standard": "^10.0.0"
},
Expand All @@ -23,7 +22,7 @@
"main": "lib/SLP.js",
"repository": "goto-bus-stop/genie-slp",
"scripts": {
"build": "rimraf lib && babel --presets es2015 --out-dir lib src",
"build": "rimraf lib && buble src -o lib",
"prepublish": "npm run build",
"test": "standard src/*.js"
}
Expand Down

0 comments on commit ca9dfb8

Please sign in to comment.