[x3d-public] Fix for X_ITE
John Carlson
yottzumm at gmail.com
Sat Mar 17 12:46:46 PDT 2018
Slight patch for package.json. removed trailing comma in scripts.
John
$ git diff package.json
diff --git a/package.json b/package.json
index 63d3be4..8d3c91b 100644
--- a/package.json
+++ b/package.json
@@ -52,6 +52,6 @@
"scripts": {
"lint": "jshint **",
"build": "make",
- "-prebuild:js": "npm run lint",
+ "-prebuild:js": "npm run lint"
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20180317/d2491a00/attachment-0001.html>
More information about the x3d-public
mailing list