We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npmignore
1 parent be7d8eb commit ca4c446Copy full SHA for ca4c446
.gitignore
@@ -107,3 +107,5 @@ dist
107
npm-shrinkwrap.json
108
package-lock.json
109
yarn.lock
110
+
111
+.npmignore
package.json
@@ -8,6 +8,7 @@
8
"./package.json": "./package.json"
9
},
10
"scripts": {
11
+ "prepack": "npmignore --auto --commentLines=autogenerated",
12
"test": "echo \"Error: no test specified\" && exit 1"
13
14
"repository": {
@@ -27,5 +28,13 @@
27
28
"bugs": {
29
"url": "https://github.com/inspect-js/is-array-buffer/issues"
30
- "homepage": "https://github.com/inspect-js/is-array-buffer#readme"
31
+ "homepage": "https://github.com/inspect-js/is-array-buffer#readme",
32
+ "devDependencies": {
33
+ "npmignore": "^0.3.0",
34
+ },
35
+ "publishConfig": {
36
+ "ignore": [
37
+ ".github/workflows"
38
+ ]
39
+ }
40
}
0 commit comments