Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit bd49f4d

Browse files
committedJan 30, 2020
chore: remove prepublish script in favor of package.json#files
1 parent 91c7e27 commit bd49f4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "A terminal based horizontal guage",
55
"main": "index.js",
66
"scripts": {
7-
"test": "standard && tap test/*.js --coverage",
8-
"prepublish": "rm -f *~"
7+
"test": "standard && tap test/*.js --coverage"
98
},
109
"repository": {
1110
"type": "git",

0 commit comments

Comments
 (0)
This repository has been archived.