diff --git a/bower.json b/bower.json index 04440e3..b787403 100644 --- a/bower.json +++ b/bower.json @@ -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" diff --git a/package.json b/package.json index cdc1141..3279a81 100644 --- a/package.json +++ b/package.json @@ -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", @@ -34,7 +34,8 @@ "buster": "~0.6", "bower": "" }, - "main": "./cram", + "main": "./cram.js", + "moduleType": [ "amd", "node" ], "directories": { "test": "test" },