Skip to content

Commit

Permalink
Merge pull request #21 from briandrum/update-package
Browse files Browse the repository at this point in the history
Standardize package.json
  • Loading branch information
simonsmith authored Jan 14, 2017
2 parents be2161d + 0b3ff0b commit 19a06fa
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
{
"name": "suitcss-components-button",
"description": "Structural button styles for SUIT CSS",
"version": "5.0.0",
"style": "index.css",
"description": "Structural button styles for SUIT CSS",
"keywords": [
"browser",
"css-components",
"button",
"suitcss",
"style"
],
"homepage": "https://github.com/suitcss/components-button#readme",
"bugs": "https://github.com/suitcss/components-button/labels/bug",
"license": "MIT",
"author": "Nicolas Gallagher",
"files": [
"index.css",
"lib"
],
"devDependencies": {
"stylelint-config-suitcss": "^4.0.0",
"suitcss-components-test": "*",
"suitcss-preprocessor": "^1.0.1"
"style": "index.css",
"repository": {
"type": "git",
"url": "git://github.com/suitcss/components-button.git"
},
"license": "MIT",
"scripts": {
"build": "npm run setup && npm run preprocess",
"build-test": "npm run setup && npm run preprocess-test",
Expand All @@ -23,15 +32,9 @@
"watch": "npm run preprocess-test -- -w -v",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git://github.com/suitcss/components-button.git"
},
"keywords": [
"browser",
"css-components",
"button",
"suitcss",
"style"
]
"devDependencies": {
"stylelint-config-suitcss": "^4.0.0",
"suitcss-components-test": "*",
"suitcss-preprocessor": "^1.0.1"
}
}

0 comments on commit 19a06fa

Please sign in to comment.