Skip to content

Commit

Permalink
added package.json, updated to-no-case
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Oct 2, 2013
1 parent 05e824f commit 5a2e7f1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.1.2 - October 1, 2013
-----------------------
* update `to-no-case`

0.1.1 - September 18, 2013
--------------------------
* update `to-no-case`
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ components: component.json
@component install --dev

clean:
@rm -fr build components
@rm -fr build node_modules components

node_modules: package.json
@npm install
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "to-space-case",
"repo": "ianstormtaylor/to-space-case",
"license": "MIT",
"version": "0.1.1",
"version": "0.1.2",
"description": "Convert a non-space-case string to a space-case string.",
"keywords": ["space", "case", "spacecase", "string"],
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "to-space-case",
"repoistory": "git://github.com/ianstormtaylor/to-space-case.git",
"repository": "git://github.com/ianstormtaylor/to-space-case.git",
"license": "MIT",
"version": "0.1.1",
"version": "0.1.2",
"description": "Convert a string to space case.",
"keywords": ["space", "case", "spacecase", "string"],
"dependencies": {
"to-no-case": "0.1.0"
"to-no-case": "0.1.1"
}
}

0 comments on commit 5a2e7f1

Please sign in to comment.