Skip to content

Commit a95389d

Browse files
committed
Set 'private' flag in package.json
XSnippet Web is a single page application, and, therefore, we have no plans to publish it on npm. In order to prevent accidental publication, let's set '"private": false' option.
1 parent 932b916 commit a95389d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,6 @@
8080
"build": "webpack",
8181
"start": "cross-env NODE_ENV=development webpack-dev-server --open",
8282
"test": "jest --coverage"
83-
}
83+
},
84+
"private": true
8485
}

0 commit comments

Comments
 (0)