Skip to content

Commit 04762c8

Browse files
committed
feat: remove np from dependency
1 parent 34677b3 commit 04762c8

File tree

3 files changed

+35
-1619
lines changed

3 files changed

+35
-1619
lines changed

.np-config.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"yarn": false,
3+
"contents": "dist"
4+
}

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build:umd": "BUILD_FORMAT=umd rollup --config rollup.config.js",
1717
"build:esm": "BUILD_FORMAT=esm rollup --config rollup.config.js",
1818
"test": "jest",
19-
"release": "npm run build && np"
19+
"release": "npm run build"
2020
},
2121
"repository": {
2222
"type": "git",
@@ -46,7 +46,6 @@
4646
"jest": "^26.6.3",
4747
"jest-serializer-vue": "^2.0.2",
4848
"jest-watch-typeahead": "^0.6.1",
49-
"np": "^7.4.0",
5049
"rollup": "^4.7.0",
5150
"rollup-plugin-typescript2": "^0.36.0",
5251
"ts-jest": "^26.5.2",

0 commit comments

Comments
 (0)