jalla 1.0.0-39 → 1.0.0-40
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "jalla",
|
3
|
-
"version": "1.0.0-
|
3
|
+
"version": "1.0.0-40",
|
4
4
|
"description": "A web compiler and server in one",
|
5
5
|
"main": "index.js",
|
6
6
|
"bin": "bin.js",
|
@@ -91,7 +91,7 @@
|
|
91
91
|
"split-require": "^3.1.2",
|
92
92
|
"tfilter": "^1.0.1",
|
93
93
|
"through2": "^4.0.2",
|
94
|
-
"tinyify": "^
|
94
|
+
"tinyify": "^4.0.0",
|
95
95
|
"transform-ast": "^2.4.4",
|
96
96
|
"watchify": "^4.0.0"
|
97
97
|
}
|