Add private: true to avoid npm warnings

parent eaebdb3c
...@@ -112,7 +112,8 @@ create_package_version () { ...@@ -112,7 +112,8 @@ create_package_version () {
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"$1": "$semver_version" "$1": "$semver_version"
} },
"private": true
} }
EOL EOL
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment