@productminds/article-events 0.0.11 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
  }