Skip to content

Commit 6c14d06

Browse files
committed
feat: mark main package.json as private
1 parent c5a980e commit 6c14d06

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
@@ -1,7 +1,8 @@
11
{
22
"name": "typescript-webpack-starter",
33
"version": "0.2.0",
4-
"description": "A damn simple starter for Typescript and Webpack",
4+
"description": "",
5+
"private": true,
56
"main": "src/index.ts",
67
"scripts": {
78
"build": "lerna bootstrap",

0 commit comments

Comments
 (0)