Skip to content

Commit

Permalink
- remove smoosh in devDependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
ded committed Jan 13, 2012
1 parent e99788b commit c2d9427
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,2 +1,2 @@
boosh: boosh:
node Makefile.js smoosh make Makefile.js
4 changes: 2 additions & 2 deletions Makefile.js
@@ -1,4 +1,4 @@
require('smoosh').config({ {
"JAVASCRIPT": { "JAVASCRIPT": {
"DIST_DIR": "./", "DIST_DIR": "./",
"calender": [ "calender": [
Expand All @@ -22,4 +22,4 @@ require('smoosh').config({
, "laxbreak": true , "laxbreak": true
, "plusplus": false , "plusplus": false
} }
}).run().build().analyze() }
2 changes: 1 addition & 1 deletion calender.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -4,7 +4,7 @@
, "version": "0.0.3" , "version": "0.0.3"
, "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": ["ender", "calendar", "date", "datepicker", "datechooser"]
, "main": "./calender.js" , "main": "./calender.js"
, "ender": "noop" , "ender": "noop"
, "repository": { , "repository": {
Expand All @@ -17,7 +17,4 @@
, "scripts": { , "scripts": {
"build": "node Makefile.js" "build": "node Makefile.js"
} }
, "devDependencies": {
"smoosh": "*"
}
} }

0 comments on commit c2d9427

Please sign in to comment.