misp-ui-library-test 0.0.1 → 0.0.2
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 +4 -4
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "misp-ui-library-test",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "基于Vue2的轻量级UI组件库,由Misp团队打造",
|
|
5
5
|
"main": "dist/vue2-ui-library.common.js",
|
|
6
|
-
"module": "dist/vue2-ui-library.
|
|
6
|
+
"module": "dist/vue2-ui-library.common.js",
|
|
7
7
|
"unpkg": "dist/vue2-ui-library.umd.js",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"build:lib:dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development webpack --config webpack.config.js --mode development",
|
|
28
28
|
"build:commonjs": "node scripts/build-styles.js && cross-env NODE_OPTIONS=--openssl-legacy-provider node scripts/build-commonjs.js",
|
|
29
29
|
"build:esm": "node scripts/build-styles.js && cross-env NODE_OPTIONS=--openssl-legacy-provider node scripts/build-esm.js",
|
|
30
|
-
"build:all": "npm run build:styles && npm run build:commonjs && npm run build:
|
|
30
|
+
"build:all": "npm run build:styles && npm run build:commonjs && npm run build:lib",
|
|
31
31
|
"build:styles": "node scripts/build-styles.js",
|
|
32
32
|
"lint": "eslint src --ext .js,.vue,.ts",
|
|
33
33
|
"lint:fix": "eslint src --ext .js,.vue,.ts --fix",
|
|
34
|
-
"prepublishOnly": "npm run build:styles && npm run build:commonjs && npm run build:
|
|
34
|
+
"prepublishOnly": "npm run build:styles && npm run build:commonjs && npm run build:lib",
|
|
35
35
|
"test": "jest",
|
|
36
36
|
"test:watch": "jest --watch",
|
|
37
37
|
"test:coverage": "jest --coverage",
|