@royaloperahouse/harmonic 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.GIT +1 -2
  2. package/package.json +1 -1
package/README.GIT CHANGED
@@ -152,8 +152,7 @@ For stable releases, increment your version from the latest **stable** version f
152
152
  To publish a stable package use:
153
153
 
154
154
  ```bash
155
- NPM_ROH_TOKEN={NPM_TOKEN} RELEASE_VERSION={RELEASE_VERSION} yarn publish-release
156
-
155
+ wip
157
156
  ```
158
157
 
159
158
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",