diff --git a/bower.json b/bower.json index 9236ae642..5f3631f0b 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "steal", "main": "steal.js", - "version": "1.4.1", + "version": "1.4.2", "ignore": [ "test", "src", diff --git a/package.json b/package.json index 1ac2399e7..716852aa6 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,14 @@ { "name": "steal", "description": "Gets JavaScript.", - "version": "1.4.1", + "version": "1.4.2", "author": { "name": "Bitovi", "email": "contact@bitovi.com", "web": "http://bitovi.com/" }, "scripts": { + "build": "grunt", "lint": "eslint \"{src,ext}/**/*.js\"", "gh-release": "release", "ui": "npm run npm-copy && grunt build && npm run lint && node test/test-sauce-labs.js", diff --git a/steal.production.js b/steal.production.js index 0a71f9549..c1b7f3689 100644 --- a/steal.production.js +++ b/steal.production.js @@ -1,5 +1,5 @@ /* - * steal v1.4.1 + * steal v1.4.2 * * Copyright (c) 2017 Bitovi; Licensed MIT */