Skip to content

Commit

Permalink
Update bower.json and npm.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
unscriptable committed Mar 11, 2014
1 parent 7ac0729 commit cbf15e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "cram",
"version": "0.8.1",
"main": "./cram.js",
"moduleType": [ "amd", "node" ],
"dependencies": {
"when": "~2",
"curl": "~0.8"
},
"keywords": [ "cram", "curl", "cujo", "amd", "build", "bundle", "commonjs", "module" ],
"ignore": [
"node_modules",
"amd_modules"
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cram",
"version": "0.8.1",
"description": "An AMD-compatible build tool.",
"keywords": ["cram", "curl", "cujo", "amd", "build", "module"],
"keywords": [ "cram", "curl", "cujo", "amd", "build", "bundle", "commonjs", "module" ],
"licenses": [
{
"type": "MIT",
Expand Down Expand Up @@ -34,7 +34,8 @@
"buster": "~0.6",
"bower": ""
},
"main": "./cram",
"main": "./cram.js",
"moduleType": [ "amd", "node" ],
"directories": {
"test": "test"
},
Expand Down

0 comments on commit cbf15e0

Please sign in to comment.