diff --git a/bower.json b/bower.json index bf213e2..a7b75aa 100644 --- a/bower.json +++ b/bower.json @@ -1,12 +1,25 @@ { "name": "total-reset", "version": "0.1.0", - "description": "A semantic CSS reset that goes all the way.", - "main": "dist/total-reset.css", + "description": "A semantic CSS reset that goes all the way", "authors": [ "M. George Hansen " ], "license": "MPL-2.0", + "keywords": [ + "css", + "reset", + "semantic" + ], + "homepage": "https://github.com/mgeorgehansen/total-reset.css", + "repository": { + "type": "git", + "url": "https://github.com/mgeorgehansen/total-reset.css" + }, + "main": [ + "dist/total-reset.css", + "src/full-reset.sass" + ], "ignore": [ "**/.*", "node_modules", diff --git a/package.json b/package.json index 724eee2..87288ec 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,27 @@ { "name": "total-reset", "version": "0.1.0", - "description": "A semantic CSS reset that goes all the way.", + "description": "A semantic CSS reset that goes all the way", + "license": "MPL-2.0", "keywords": [ "css", - "reset" + "reset", + "semantic" ], + "author": "M. George Hansen ", + "homepage": "https://github.com/mgeorgehansen/total-reset.css", + "repository": "mgeorgehansen/total-reset.css", + "bugs": "https://github.com/mgeorgehansen/total-reset.css/issues", "main": "dist/total-reset.css", + "files": [ + "dist/total-reset.css", + "src/" + ], "scripts": { "prebuild": "npm install", "build": "gulp build", "serve": "npm run prebuild && gulp serve" }, - "author": "M. George Hansen ", - "license": "MPL-2.0", "devDependencies": { "browser-sync": "^2.9.11", "gulp": "^3.9.0",