Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Commit b8db0c8

Browse files
committed
v0.4.0
1 parent 25c5a3b commit b8db0c8

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
@@ -1,7 +1,7 @@
11
{
22
"name": "express-cdn",
33
"description": "Node.js module for delivering optimized, minified, mangled, gzipped, and CDN-hosted assets in Express using S3 and CloudFront.",
4-
"version": "0.3.4",
4+
"version": "0.4.0",
55
"author": {
66
"name": "Nick Baugh",
77
"email": "[email protected]"
@@ -101,17 +101,17 @@
101101
},
102102
"main": "lib/main.js",
103103
"devDependencies": {
104-
"express": "~4.16.3",
104+
"async": "~2.6.1",
105105
"ejs": "~2.6.1",
106+
"express": "~4.16.3",
106107
"jade": "~1.11.0",
107-
"mime": "~2.3.1",
108-
"underscore": "~1.9.0",
109108
"knox": "~0.9.2",
110-
"walk": "~2.3.13",
111-
"async": "~2.6.1",
109+
"mime": "~2.3.1",
112110
"request": "~2.87.0",
113111
"uglify-js": "~3.3.28",
114-
"underscore.string": "~3.3.4"
112+
"underscore": "~1.9.0",
113+
"underscore.string": "~3.3.4",
114+
"walk": "~2.3.13"
115115
},
116116
"dependencies": {
117117
"async": "~2.6.1",

0 commit comments

Comments
 (0)