We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72d6af commit 37e2c7fCopy full SHA for 37e2c7f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "substance-texture",
3
- "version": "1.0.0-preview.1.13",
+ "version": "1.0.0-preview.2",
4
"description": "A scientific word processor.",
5
"main": "./dist/texture.cjs.js",
6
"jsnext:main": "index.es.js",
@@ -25,7 +25,7 @@
25
"substance-test": "^0.11.0"
26
},
27
"scripts": {
28
- "prepare": "node make publish",
+ "prepack": "npm install && node make publish",
29
"start": "node make web -s -w -d data",
30
"app": "node make run-app -w",
31
"release": "node make app && build --project app-dist",
0 commit comments