Skip to content

Commit 046880e

Browse files
committed
chore: use package-preview
1 parent 4c3ee75 commit 046880e

File tree

3 files changed

+841
-2
lines changed

3 files changed

+841
-2
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"node": ">=4"
1111
},
1212
"scripts": {
13-
"test": "node test && standard"
13+
"test": "preview && node test && standard"
1414
},
1515
"repository": {
1616
"type": "git",
@@ -31,6 +31,7 @@
3131
},
3232
"homepage": "https://github.com/pnpm/encode-registry#readme",
3333
"devDependencies": {
34+
"package-preview": "^1.0.0",
3435
"standard": "^10.0.2",
3536
"tape": "^4.7.0"
3637
},

0 commit comments

Comments
 (0)