4 Commits

Author SHA1 Message Date
Alex Fox
1e1067f632 Merge branch 'master' of https://github.com/alexfoxy/laxxx 2019-10-15 15:52:13 +01:00
Alex Fox
19df0b70c1 bumped version 2019-10-15 15:52:01 +01:00
Alex Fox
08bdf99fdd Merge branch 'dev' 2019-10-15 15:51:08 +01:00
Alex Fox
2ab2c5392c Added to .babelrc to .npmignore 2019-10-15 15:51:02 +01:00
3 changed files with 2 additions and 1 deletions

1
.npmignore Normal file
View File

@@ -0,0 +1 @@
.babelrc

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{
"name": "lax.js",
"version": "1.2.4",
"version": "1.2.5",
"scripts": {
"build": "babel src -d lib; uglifyjs lib/lax.js -o lib/lax.min.js -c -m; gzip < lib/lax.min.js > lib/lax.min.js.gz;"
},