Skip to content

Commit

Permalink
chore(package.json) version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
rimiti committed Oct 10, 2017
1 parent 02b3056 commit 5093df7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aclify",
"version": "0.1.1",
"version": "0.1.2",
"description": "Node Access Control List (ACL)",
"license": "MIT",
"main": "dist/src/index.js",
Expand All @@ -13,8 +13,8 @@
"test-only": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test:watch": "jest --watch",
"prepare": "npm run build",
"build": "babel src/**/*.js -d dist && babel index.js -d dist",
"build:watch": "babel --watch src/**/*.js -d dist"
"build": "babel src/**/*.js index.js -d dist",
"build:watch": "babel --watch src/**/*.js index.js -d dist"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5093df7

Please sign in to comment.