Skip to content

Commit

Permalink
Add yalc to devDependencies close#193
Browse files Browse the repository at this point in the history
Public a node module to local folder:
cd TENSORSPACE_FOLDER
npm run publish-local

package will to installed to ~/.yalc/packages

Install node module from local foler:
cd PROJECT_FOLDER
npm install --save tensorspace
  • Loading branch information
BoTime committed Jan 29, 2019
1 parent a2e439e commit d4bbb37
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"build": "rollup --config rollup.config.js",
"build-npm": "rollup --config rollup.config.npm.js",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
"contributors:generate": "all-contributors generate",
"publish-local": "yalc publish"
},
"directories": {
"assets": "static resource for github repo",
Expand Down Expand Up @@ -45,8 +46,9 @@
"puppeteer": "^1.11.0",
"rollup": "^0.66.0",
"rollup-plugin-terser": "^4.0.1",
"terser": "^3.14.1",
"uglify-es": "^3.3.10",
"terser": "^3.14.1"
"yalc": "^1.0.0-pre.27"
},
"repository": {
"type": "git",
Expand All @@ -56,7 +58,18 @@
"author": "tensorspace-team",
"license": "Apache-2.0",
"keywords": [
"tensor", "tensorflow", "space", "three", "tween", "visual", "machine", "learning", "graphics", "visual", "diagram", "interface"
"tensor",
"tensorflow",
"space",
"three",
"tween",
"visual",
"machine",
"learning",
"graphics",
"visual",
"diagram",
"interface"
],
"contributors": [
{
Expand Down

0 comments on commit d4bbb37

Please sign in to comment.