hoeditor-web 0.3.48 → 0.3.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "hoeditor-web",
3
- "version": "0.3.48",
3
+ "version": "0.3.52",
4
4
  "private": false,
5
5
  "main": "lib/hoeditor.common.js",
6
6
  "typings": "types/index.d.ts",
7
7
  "scripts": {
8
- "serve": "npm run createVersion && vue-cli-service serve",
8
+ "serve": "vue-cli-service serve",
9
9
  "build": "npm run createVersion && vue-cli-service build",
10
10
  "analyze": "vue-cli-service build --report",
11
11
  "test:unit": "vue-cli-service test:unit",
12
12
  "lint": "vue-cli-service lint",
13
13
  "createDoc": "typedoc src/HOEditorFactory.ts src/editor --out ../../hoeditor-demo/doc/ --exclude [**/node_modules/**/*.*,'**/tests/**/*'] --excludeExternals true --excludePrivate",
14
14
  "test": "node_modules/mocha/bin/mocha --reporter spec --require ts-node/register tests/unit/*.test.ts",
15
- "lib": "npm run createVersion && vue-cli-service build -inline-vue --dest lib --target lib --name hoeditor src/index.ts",
15
+ "lib": "vue-cli-service build -inline-vue --dest lib --target lib --name hoeditor src/index.ts",
16
16
  "libts": "tsc --emitDeclarationOnly -p tsconfig.prod.json",
17
17
  "build:components": "webpack --config webpack.component.js",
18
18
  "publishs": "npm publish .",
19
- "lib:publish": "npm version patch && npm run createDoc && npm run lib",
19
+ "lib:publish": "npm version patch && npm run createDoc && npm run createVersion && npm run lib",
20
20
  "createVersion": "node ./gen-version.js"
21
21
  },
22
22
  "dependencies": {