Skip to content

Commit 56b8db1

Browse files
committed
add private true to package.json to avoid npm publishing
1 parent 76c2737 commit 56b8db1

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
@@ -12,5 +12,6 @@
1212
"url": "https://github.com/ibm-js/dpointer/blob/master/LICENSE"
1313
}
1414
],
15-
"bugs": "https://github.com/ibm-js/dpointer/issues"
15+
"bugs": "https://github.com/ibm-js/dpointer/issues",
16+
"private": true
1617
}

0 commit comments

Comments
 (0)