Comparing version 1.2.6 to 1.2.7
{ | ||
"name": "vue-ls", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Vue plugin for work with LocalStorage from Vue context", | ||
@@ -9,6 +9,7 @@ "main": "dist/vue-ls.js", | ||
"build": "node_modules/.bin/gulp", | ||
"test": "node_modules/.bin/nyc node_modules/.bin/ava --esnext", | ||
"test": "node_modules/.bin/nyc node_modules/.bin/ava --tap --esnext", | ||
"lint": "node_modules/.bin/eslint ./", | ||
"hint": "node_modules/.bin/jshint", | ||
"report": "npm test && node_modules/.bin/nyc report --reporter=html" | ||
"report": "npm test && node_modules/.bin/nyc report --reporter=html", | ||
"coveralls": "./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls" | ||
}, | ||
@@ -40,2 +41,3 @@ "dependencies": {}, | ||
"ava": "^0.18.2", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0", | ||
"babel-plugin-transform-object-assign": "^6.22.0", | ||
@@ -73,3 +75,3 @@ "babel-polyfill": "^6.23.0", | ||
"require": [ | ||
"babel-core/register", | ||
"babel-register", | ||
"babel-polyfill", | ||
@@ -76,0 +78,0 @@ "./test/mock/browser.js" |
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
281872
27
862
18