vue-multiselect
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "vue-multiselect", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Multiselect component for vue.js", | ||
@@ -8,2 +8,9 @@ "author": "Damian Dulisz <damian.dulisz@monterail.com>", | ||
"license": "MIT", | ||
"main": "src/components/Multiselect.vue", | ||
"jsnext:main": "src/components/Multiselect.vue", | ||
"jspm": { | ||
"main": "src/components/Multiselect.vue", | ||
"registry": "npm", | ||
"format": "esm" | ||
}, | ||
"repository": { | ||
@@ -16,5 +23,4 @@ "type": "git", | ||
"build": "node build/build.js", | ||
"unit": "karma start test/unit/karma.conf.js --single-run", | ||
"test": "karma start test/unit/karma.conf.js --single-run", | ||
"unit-watch": "karma start test/unit/karma.conf.js --watch", | ||
"test": "npm run unit", | ||
"lint": "eslint --ext .js,.vue src test/unit/specs" | ||
@@ -21,0 +27,0 @@ }, |
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
205749