Skip to content

Commit b0988a2

Browse files
author
Johannes J. Schmidt
committed
chore: use version ranges
1 parent fbf7564 commit b0988a2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
},
2323
"homepage": "https://github.com/jo/couchdb-compile",
2424
"dependencies": {
25-
"async": "1.4.2",
26-
"glob": "5.0.15",
27-
"mime": "1.3.4",
28-
"minimist": "1.2.0"
25+
"async": "^1.4.2",
26+
"glob": "^5.0.15",
27+
"mime": "^1.3.4",
28+
"minimist": "^1.2.0"
2929
},
3030
"devDependencies": {
31-
"tap-spec": "4.1.0",
32-
"tape": "4.2.1",
33-
"semantic-release": "6.0.3"
31+
"tap-spec": "^4.1.0",
32+
"tape": "^4.2.1",
33+
"semantic-release": "^6.0.3"
3434
}
3535
}

0 commit comments

Comments
 (0)