Skip to content

Commit

Permalink
update package settings
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Jan 10, 2015
1 parent 075a2dc commit fd6c31b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "sort-numbers",
"version": "1.0.1",
"description": "Sort numbers in ascending or descending order",
"keywords": [
"number",
Expand Down Expand Up @@ -28,12 +27,11 @@
"ignore": [
"**/.*",
"*.js",
"*.json",
"*.yml",
"components",
"component.json",
"dist/sort-numbers-cjs.js",
"node_modules",
"package.json",
"src"
]
}
3 changes: 3 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"scripts": [
"dist/sort-numbers-cjs.js"
],
"files": [
"LICENSE"
],
"license": "MIT"
}

0 comments on commit fd6c31b

Please sign in to comment.