Updated package.json

This commit is contained in:
Yev Vlasenko
2017-12-28 18:30:22 +00:00
parent 4daf6c215a
commit b26421e5f8

View File

@@ -1,7 +1,7 @@
{ {
"name": "vue-js-modal", "name": "vue-js-modal",
"description": "Modal Component for Vue.js", "description": "Modal Component for Vue.js",
"version": "1.3.6", "version": "1.3.7",
"author": "euvl <yev.vlasenko@gmail.com>", "author": "euvl <yev.vlasenko@gmail.com>",
"main": "dist/index.js", "main": "dist/index.js",
"repository": { "repository": {
@@ -28,7 +28,7 @@
"lint": "eslint --ext .js,.vue src test/unit/specs", "lint": "eslint --ext .js,.vue src test/unit/specs",
"unit": "./node_modules/karma/bin/karma start test/unit/karma.conf.js", "unit": "./node_modules/karma/bin/karma start test/unit/karma.conf.js",
"build": "build":
"npm run unit && npm run build:client && npm run build:ssr && npm run build:ssr-no-css" "npm run unit && npm run build:client && npm run build:ssr && npm run build:ssr-no-css",
"test:types": "tsc -p types/test" "test:types": "tsc -p types/test"
}, },
"license": "MIT", "license": "MIT",