Skip to content

Commit 1ff411a

Browse files
committed
fix: set private to true in package json to avoid publishing
1 parent 844eccc commit 1ff411a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.0-semantic-release-dev",
44
"description": "The OPEN-RPC Specification",
55
"main": "index.js",
6+
"private": true,
67
"scripts": {
78
"validate": "node_modules/.bin/mdv ./spec.md ./README.md ./build/markdown/*.md",
89
"lint": "./node_modules/.bin/markdownlint ./spec.md ./README.md ./build/markdown/*.md",

0 commit comments

Comments
 (0)