Merge branch 'master' into extract-css

This commit is contained in:
Yev Vlasenko
2017-12-28 18:29:26 +00:00
committed by GitHub
5 changed files with 59 additions and 2 deletions

View File

@@ -8,7 +8,13 @@
"type": "git",
"url": "https://github.com/euvl/vue-js-modal.git"
},
"keywords": ["vue", "vuejs", "modal", "vue-js-modal"],
"types": "types/index.d.ts",
"keywords": [
"vue",
"vuejs",
"modal",
"vue-js-modal"
],
"bugs": {
"url": "https://github.com/euvl/vue-js-modal/issues"
},
@@ -23,6 +29,7 @@
"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"
"test:types": "tsc -p types/test"
},
"license": "MIT",
"devDependencies": {