Browse Source

Update package.json

Robin Herbots 11 years ago
parent
commit
0fdb68c921
1 changed files with 7 additions and 6 deletions
  1. 7 6
      package.json

+ 7 - 6
package.json

@@ -32,10 +32,11 @@
     "url": "https://github.com/RobinHerbots/jquery.inputmask/issues"
     "url": "https://github.com/RobinHerbots/jquery.inputmask/issues"
   },
   },
   "homepage": "https://github.com/RobinHerbots/jquery.inputmask",
   "homepage": "https://github.com/RobinHerbots/jquery.inputmask",
-  "peerDependencies": {
-    "jquery": ">=1.7"
-  },
-  "devDependencies": {
-    "jquery": ">=1.7"
-  }
+  "dependencies": {
+    "peerDependencies": {
+      "jquery": ">=1.7"
+    },
+    "devDependencies": {
+      "jquery": ">=1.7"
+    }
 }
 }