nuudel-core 0.3.46 → 0.3.47

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.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,6 +23,7 @@ git config --global push.default current
23
23
 
24
24
  # npm
25
25
 
26
+ export NODE_AUTH_TOKEN=
26
27
  npm login --registry=https://npm.pkg.github.com --scope=c0des1gn
27
28
  npm login --registry=registry.npmjs.org
28
29
  yarn
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuudel-core",
3
- "version": "0.3.46",
3
+ "version": "0.3.47",
4
4
  "description": "Web components for react with material UI",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",