Skip to content

Commit

Permalink
v-permit
Browse files Browse the repository at this point in the history
Co-Authored-By: 0dev CEO <[email protected]>
  • Loading branch information
Mostafa Kamal and 0devcoCEO committed Sep 9, 2018
1 parent 1b82f9b commit d3e0439
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
{
"name": "@0devco/permit",
"name": "@0devco/v-permit",
"version": "0.0.1",
"description": "Vue Roles & Permissions (ACL) ⇆ [ Laravel+ Rails] ⇆ 0devco",
"main": "dist/index.js",
"scripts": {
"pretest": "npm run transpile",
"test": "node_modules/.bin/mocha test/tests.js",
"transpile": "node ./node_modules/babel-cli/bin/babel.js src --quiet --out-dir dist",
"bundle": "node_modules/.bin/webpack dist/index.js build/sonata.js --output-library sonata",
"uglify": "node_modules/.bin/uglifyjs build/sonata.js --compress --mangle --output build/sonata.min.js",
"build": "npm run transpile && npm run bundle && npm run uglify",
"coverage": "npm run transpile && node_modules/.bin/nyc mocha test/tests.js",
"reporter": "node_modules/.bin/nyc report --reporter=html"
"test": "node_modules/.bin/mocha test/tests.js"
},
"babel": {
"presets": [
Expand All @@ -20,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/0devco/JSpermit"
"url": "https://github.com/0devco/v-permit"
},
"keywords": [
"0devco",
Expand Down

0 comments on commit d3e0439

Please sign in to comment.