Преглед изворни кода

Merge pull request #4985 from rtsao/dev

Fixed npm publish instructions
Mr.doob пре 11 година
родитељ
комит
3a3c3e5cbe
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      utils/npm/README.md

+ 2 - 2
utils/npm/README.md

@@ -8,6 +8,6 @@ To build the npm modules:
 6. add "-dev" to the version number if this is a development branch.
 6. add "-dev" to the version number if this is a development branch.
 7. run the follow to build both the three and three-math node modules
 7. run the follow to build both the three and three-math node modules
  * node build.js 0.54.3-dev
  * node build.js 0.54.3-dev
-8. npm publish node_module/three
-9. npm publish node_module/three-math
+8. npm publish node_modules/three
+9. npm publish node_modules/three-math