]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update package.json 165/head
authorPanagiotis Kosmidis <panos@hostindex.gr>
Wed, 8 Feb 2012 07:24:19 +0000 (09:24 +0200)
committerPanagiotis Kosmidis <panos@hostindex.gr>
Wed, 8 Feb 2012 07:24:19 +0000 (09:24 +0200)
package.json

index f597ef9537f1a1c9317afe85f908efba938639b5..1db437464eacb8972c0986f09680b8d06717c5a5 100755 (executable)
@@ -8,7 +8,7 @@
         "moment",
         "date"
     ],
-    "main": "./moment",
+    "main": "./moment.js",
     "engines": {
         "node": "*"
     },
             "type" : "MIT"
         }
     ],
-    "dev-dependencies" : [
-        "uglify-js",
-        "jshint",
-        "gzip",
-        "jade",
-        "clean-css",
-        "qunit",
-        "bunker"
-    ]
-}
+    "dev-dependencies" : {
+        "uglify-js" : "latest",
+        "jshint"    : "latest",
+        "gzip"      : "latest",
+        "jade"      : "latest",
+        "clean-css" : "latest",
+        "qunit"     : "latest",
+        "bunker"    : "latest"
+    }
+}
\ No newline at end of file