ming_node 2.9.9 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2835,7 +2835,8 @@ privateObj.staticMime = {
2835
2835
  ".py": "text/plain",
2836
2836
  ".redis": "text/plain",
2837
2837
  ".conf": "text/conf",
2838
- ".sql": "text/sql"
2838
+ ".sql": "text/sql",
2839
+ ".ejs": "text/plain"
2839
2840
  }
2840
2841
 
2841
2842
  M.test = function () {
package/package.json CHANGED
@@ -46,5 +46,5 @@
46
46
  "scripts": {
47
47
  "test": "echo \"Error: no test specified\" && exit 1"
48
48
  },
49
- "version": "2.9.9"
49
+ "version": "3.0.0"
50
50
  }