mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Merged
This commit is contained in:
12
package.json
12
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vue-js-modal",
|
||||
"description": "Modal Component for Vue.js",
|
||||
"version": "1.3.7",
|
||||
"version": "1.3.10",
|
||||
"author": "euvl <yev.vlasenko@gmail.com>",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -19,16 +19,14 @@
|
||||
"url": "https://github.com/euvl/vue-js-modal/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"build:client":
|
||||
"webpack --config ./build/webpack.client.config.js --progress --hide-modules",
|
||||
"build:ssr":
|
||||
"webpack --config ./build/webpack.ssr.config.js --progress --hide-modules",
|
||||
"build:ssr-no-css":
|
||||
"webpack --config ./build/webpack.ssr-no-css.config.js --progress --hide-modules",
|
||||
"build:client": "webpack --config ./build/webpack.client.config.js --progress --hide-modules",
|
||||
"build:ssr": "webpack --config ./build/webpack.ssr.config.js --progress --hide-modules",
|
||||
"build:ssr-no-css": "webpack --config ./build/webpack.ssr-no-css.config.js --progress --hide-modules",
|
||||
"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",
|
||||
"watch": "webpack --config ./build/webpack.client.config.js --progress --hide-modules --watch",
|
||||
"test:types": "tsc -p types/test"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user