package.json in ustyle-1.10.0 vs package.json in ustyle-1.11.1
- old
+ new
@@ -1,8 +1,8 @@
{
"name": "ustyle",
- "version": "1.10.0",
+ "version": "1.11.1",
"description": "A living styleguide and pattern library by uSwitch.",
"keywords": [
"css",
"sass",
"scss",
@@ -22,14 +22,16 @@
"contributors": [
"Joe Green <joe.green@uswitch.com>",
"David Annez <david.annez@uswitch.com>",
"Thomas Britton <thomas.britton@uswitch.com>",
"Ricardo Cerqueira <ricardo.cerqueira@uswitch.com>",
- "Ivo Reis <ivo.reis@uswitch.com>"
+ "Ivo Reis <ivo.reis@uswitch.com>",
+ "Charlotte Spencer <charlotte.spencer@uswitch.com>"
],
"main": "dist/ustyle-latest.css",
"files": [
- "dist/"
+ "dist",
+ "vendor/assets/stylesheets"
],
"repository": "uswitch/ustyle",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},