create-vuex-entities
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -1,2 +0,2 @@ | ||
const createVuexEntities = require('./../index') | ||
const createVuexEntities = require('./../dist/index') | ||
const PREFIX = 'test' | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "create-vuex-entities", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Creates all types of vuex conception entities :alembic:", | ||
"repository": "https://github.com/lamartire/create-vuex-entities", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "jest" | ||
"test": "jest", | ||
"build": "babel index.js --out-file dist/index.js" | ||
}, | ||
@@ -16,9 +17,21 @@ "jest": { | ||
"keywords": [ | ||
"vuex", "vue", "mutations", "actions", "getters", "modules" | ||
"vuex", | ||
"vue", | ||
"mutations", | ||
"actions", | ||
"getters", | ||
"modules" | ||
], | ||
"pre-commit": [ | ||
"build", | ||
"test" | ||
], | ||
"author": "lamartire", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"jest": "^19.0.2" | ||
"babel-cli": "^6.24.1", | ||
"babel-preset-env": "^1.4.0", | ||
"jest": "^19.0.2", | ||
"pre-commit": "^1.2.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104565
9
157
4