Skip to content

Commit d9ad6a5

Browse files
authored
Merge pull request #197 from tensorspace-team/yalc
Add yalc to devDependencies close#193
2 parents a2e439e + d4bbb37 commit d9ad6a5

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

package.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"build": "rollup --config rollup.config.js",
1111
"build-npm": "rollup --config rollup.config.npm.js",
1212
"contributors:add": "all-contributors add",
13-
"contributors:generate": "all-contributors generate"
13+
"contributors:generate": "all-contributors generate",
14+
"publish-local": "yalc publish"
1415
},
1516
"directories": {
1617
"assets": "static resource for github repo",
@@ -45,8 +46,9 @@
4546
"puppeteer": "^1.11.0",
4647
"rollup": "^0.66.0",
4748
"rollup-plugin-terser": "^4.0.1",
49+
"terser": "^3.14.1",
4850
"uglify-es": "^3.3.10",
49-
"terser": "^3.14.1"
51+
"yalc": "^1.0.0-pre.27"
5052
},
5153
"repository": {
5254
"type": "git",
@@ -56,7 +58,18 @@
5658
"author": "tensorspace-team",
5759
"license": "Apache-2.0",
5860
"keywords": [
59-
"tensor", "tensorflow", "space", "three", "tween", "visual", "machine", "learning", "graphics", "visual", "diagram", "interface"
61+
"tensor",
62+
"tensorflow",
63+
"space",
64+
"three",
65+
"tween",
66+
"visual",
67+
"machine",
68+
"learning",
69+
"graphics",
70+
"visual",
71+
"diagram",
72+
"interface"
6073
],
6174
"contributors": [
6275
{

0 commit comments

Comments
 (0)