|
@@ -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/**/*",
|