Skip to content

Commit

Permalink
rename project in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
note89 committed Aug 29, 2015
1 parent 4b598e7 commit a640a20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "is-it-thursday",
"version": "0.0.1",
"description": "an educated guess if its Thursday or not...",
"version": "0.0.2",
"description": "An educated guess if its Thursday or not...",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Niler851/isItThursday.git"
"url": "https://github.com/Niler851/is-it-thursday.git"
},
"keywords": [
"thursday",
Expand Down

0 comments on commit a640a20

Please sign in to comment.