diff --git a/package.json b/package.json index 9a1b153..8268aba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-js-modal", "description": "Modal Component for Vue.js", - "version": "1.3.6", + "version": "1.3.7", "author": "euvl ", "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",