chanjs 1.0.39 → 1.0.40
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "chanjs",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.40",
|
4
4
|
"description": "chanjs基于express 纯js研发的轻量级mvc框架。",
|
5
|
-
"main": "
|
6
|
-
"module": "
|
5
|
+
"main": "index.js",
|
6
|
+
"module": "index.js",
|
7
7
|
"keywords": [
|
8
8
|
"chanjs",
|
9
9
|
"express mvc",
|