We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b91a41 commit e288ed7Copy full SHA for e288ed7
1 file changed
package.json
@@ -5,7 +5,7 @@
5
"main": "GStime.js",
6
"scripts": {
7
"minify": "uglifyjs GStime.js -c -m -o GStime.min.js",
8
- "build": "npm run minify && echo '/* GStime.js v1.0.0 | GLOBUS.studio | MIT License */' > temp.js && cat GStime.min.js >> temp.js && mv temp.js GStime.min.js"
+ "build": "npm run minify && echo '/* GStime.js v1.4.0 | GLOBUS.studio | MIT License */' > temp.js && cat GStime.min.js >> temp.js && mv temp.js GStime.min.js"
9
},
10
"keywords": [
11
"javascript",
0 commit comments