[x3d-public] Fix for X_ITE
John Carlson
yottzumm at gmail.com
Sat Mar 17 12:54:28 PDT 2018
Latest build works with my patch to package.json. I don’t have it ready for a pull request, since I checked out from main repository and not a fork. I may at a later time, but I figure someone will patch this sooner than later.
John
Sent from Mail for Windows 10
From: John Carlson
Sent: Saturday, March 17, 2018 3:46 PM
To: Andreas Plesch
Cc: x3d-public at web3d.org; holger.seelig at yahoo.de
Subject: RE: Fix for X_ITE
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/593f2226/attachment.html>
More information about the x3d-public
mailing list