Updated package.json

This commit is contained in:
yev
2017-12-28 18:58:35 +00:00
parent 013e0284ae
commit 4391bc779b

View File

@@ -1,7 +1,7 @@
{
"name": "vue-js-modal",
"description": "Modal Component for Vue.js",
"version": "1.3.6",
"version": "1.3.7",
"author": "euvl <yev.vlasenko@gmail.com>",
"main": "dist/index.js",
"repository": {
@@ -28,7 +28,7 @@
"lint": "eslint --ext .js,.vue src test/unit/specs",
"unit": "./node_modules/karma/bin/karma start test/unit/karma.conf.js",
"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"
},
"license": "MIT",