We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf7564 commit b0988a2Copy full SHA for b0988a2
package.json
@@ -22,14 +22,14 @@
22
},
23
"homepage": "https://github.com/jo/couchdb-compile",
24
"dependencies": {
25
- "async": "1.4.2",
26
- "glob": "5.0.15",
27
- "mime": "1.3.4",
28
- "minimist": "1.2.0"
+ "async": "^1.4.2",
+ "glob": "^5.0.15",
+ "mime": "^1.3.4",
+ "minimist": "^1.2.0"
29
30
"devDependencies": {
31
- "tap-spec": "4.1.0",
32
- "tape": "4.2.1",
33
- "semantic-release": "6.0.3"
+ "tap-spec": "^4.1.0",
+ "tape": "^4.2.1",
+ "semantic-release": "^6.0.3"
34
}
35
0 commit comments