@productminds/article-events 0.0.11 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@productminds/article-events",
3
- "version": "0.0.11",
3
+ "version": "1.0.1",
4
4
  "description": "Article events",
5
5
  "license": "ISC",
6
6
  "main": "lib/article-events.js",
@@ -15,6 +15,6 @@
15
15
  "cmd:generate_json_schema": "tsc && node ./lib/cmd/write-json-schema.js",
16
16
  "build": "tsc",
17
17
  "build:watch": "tsc --watch",
18
- "build_and_publish": "npm run build && lerna publish from-package"
18
+ "build_and_publish": "npm run build && npm publish"
19
19
  }
20
20
  }