package.json in ustyle-1.16.2 vs package.json in ustyle-1.19.2

- old
+ new

@@ -1,8 +1,8 @@ { "name": "ustyle", - "version": "1.16.2", + "version": "1.19.2", "description": "A living styleguide and pattern library by uSwitch.", "keywords": [ "css", "sass", "scss", @@ -25,18 +25,21 @@ "main": "index.js", "files": [ "dist", "vendor/assets/stylesheets", "vendor/assets/images/forms", + "vendor/assets/images/icons", "index.js" ], "repository": "uswitch/ustyle", "engines": { "npm": "^5.4.2" }, "scripts": { "start": "grunt", + "build": "grunt build", + "publish": "grunt publish", "depcheck": "depcheck --specials=grunt --ignores=depcheck,grunt-*" }, "devDependencies": { "async": "^0.9.0", "autoprefixer": "^6.5.0", @@ -70,7 +73,17 @@ "node-sass": "^4.5.3", "semver": "^4.3.3", "simple-git": "^1.3.0", "stylestats": "^4.2.2", "underscore.string": "^3.0.2" + }, + "browserslist": [ + "> 1%", + "last 5 versions", + "Firefox ESR", + "IE 10", + "not Explorer < 10" + ], + "dependencies": { + "grunt-contrib-clean": "^1.1.0" } }