Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ded committed Feb 17, 2014
1 parent cc29461 commit 995d5f9
Showing 1 changed file with 26 additions and 20 deletions.
46 changes: 26 additions & 20 deletions package.json
@@ -1,23 +1,29 @@
{ {
"name": "calender" "name": "calender",
, "description": "Simple, themable, Datepicker for Ender" "description": "Simple, themable, Datepicker for Ender",
, "version": "1.0.1" "version": "1.0.2",
, "homepage": "https://github.com/ded/calEnder" "homepage": "https://github.com/ded/calEnder",
, "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)" "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
, "keywords": ["ender", "calendar", "date", "datepicker", "datechooser"] "keywords": [
, "main": "./calender.js" "ender",
, "ender": "noop" "calendar",
, "repository": { "date",
"type": "git" "datepicker",
, "url": "https://github.com/ded/calEnder.git" "datechooser"
} ],
, "dependencies": { "main": "./calender.js",
"jeesh": "*" "ender": "noop",
} "repository": {
, "devDependencies": { "type": "git",
"smoosh": "*" "url": "https://github.com/ded/calEnder.git"
} },
, "scripts": { "dependencies": {
"build": "smoosh make Makefile.js" "jeesh": "*"
},
"devDependencies": {
"smoosh": "*"
},
"scripts": {
"build": "smoosh make Makefile.js"
} }
} }

0 comments on commit 995d5f9

Please sign in to comment.