windhamdavid 10 years ago
parent
commit
b3161f26f4
2 changed files with 3 additions and 6 deletions
  1. 1 0
      .gitignore
  2. 2 6
      package.json

+ 1 - 0
.gitignore

@@ -1,3 +1,4 @@
 .DS_store
 img/*
 npm-debug.log
+node_modules/

+ 2 - 6
package.json

@@ -1,13 +1,9 @@
 {
-  "name": "dw wp",
+  "name": "dw-wp",
   "version": "2.0.0",
-  "dependencies": {},
   "devDependencies": {
     "grunt": "~0.4.5",
-	"grunt-contrib-uglify": "~0.6.0",
     "grunt-contrib-jshint": "~0.10.0",
-	"grunt-contrib-clean": "~0.6.0",
-	"grunt-contrib-cssmin": "~0.10.0",
-    "grunt-contrib-watch": "~0.5.x",
+	"grunt-contrib-cssmin": "~0.10.0"
   }
 }