We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34677b3 commit 04762c8Copy full SHA for 04762c8
.np-config.json
@@ -0,0 +1,4 @@
1
+{
2
+ "yarn": false,
3
+ "contents": "dist"
4
+}
package.json
@@ -16,7 +16,7 @@
16
"build:umd": "BUILD_FORMAT=umd rollup --config rollup.config.js",
17
"build:esm": "BUILD_FORMAT=esm rollup --config rollup.config.js",
18
"test": "jest",
19
- "release": "npm run build && np"
+ "release": "npm run build"
20
},
21
"repository": {
22
"type": "git",
@@ -46,7 +46,6 @@
46
"jest": "^26.6.3",
47
"jest-serializer-vue": "^2.0.2",
48
"jest-watch-typeahead": "^0.6.1",
49
- "np": "^7.4.0",
50
"rollup": "^4.7.0",
51
"rollup-plugin-typescript2": "^0.36.0",
52
"ts-jest": "^26.5.2",
0 commit comments