vue-photonkit
Advanced tools
Comparing version 1.2.1 to 1.2.2
/*! | ||
* Vue Photonkit version 1.2.1 | ||
* Vue Photonkit version 1.2.2 | ||
* under MIT License copyright 2017 kaorun343 | ||
@@ -4,0 +4,0 @@ */ |
{ | ||
"name": "vue-photonkit", | ||
"description": "Photonkit components for Vue", | ||
"version": "1.2.1", | ||
"main": "index.js", | ||
"version": "1.2.2", | ||
"main": "lib/index.js", | ||
"author": "kaorun343 <kaoru.h65536@live.jp>", | ||
@@ -10,6 +10,6 @@ "license": "MIT", | ||
"build": "rollup -c rollup.config.js", | ||
"lint": "eslint play --fix", | ||
"lint": "eslint play src --ext .vue,.js --fix", | ||
"play": "vue-play start --webpack-config ./webpack.config.js", | ||
"play:build": "vue-play build --webpack-config ./webpack.config.js", | ||
"prepublish": "npm run build" | ||
"prepublish": "npm run lint && npm run build" | ||
}, | ||
@@ -23,2 +23,3 @@ "files": [ | ||
"eslint-config-vue": "^2.0.2", | ||
"eslint-plugin-html": "^2.0.0", | ||
"eslint-plugin-vue": "^2.0.1", | ||
@@ -25,0 +26,0 @@ "node-sass": "^4.1.1", |
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
9670
14