|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "@joystream/content-metadata-protobuf",
|
|
|
- "version": "1.0.0",
|
|
|
+ "version": "1.1.0",
|
|
|
"description": "Joystream Content Metadata Protobuf Library ",
|
|
|
"main": "lib/index.js",
|
|
|
"types": "lib/index.d.ts",
|
|
@@ -15,7 +15,8 @@
|
|
|
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'test/**/*.ts'",
|
|
|
"lint": "eslint ./src --ext .ts",
|
|
|
"checks": "tsc --noEmit --pretty && prettier ./ --check && yarn lint",
|
|
|
- "format": "prettier ./ --write"
|
|
|
+ "format": "prettier ./ --write",
|
|
|
+ "prepublish": "yarn build"
|
|
|
},
|
|
|
"files": [
|
|
|
"lib/**/*",
|
|
@@ -37,5 +38,9 @@
|
|
|
"ts-node": "^8.8.1",
|
|
|
"ts-protoc-gen": "^0.14.0",
|
|
|
"typescript": "^4.1.3"
|
|
|
+ },
|
|
|
+ "publishConfig": {
|
|
|
+ "access": "public",
|
|
|
+ "registry": "https://registry.npmjs.org"
|
|
|
}
|
|
|
}
|