gulp-preprocess 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gulp-preprocess",
|
|
3
3
|
"description": "Gulp plugin to preprocess HTML, JavaScript, and other files based on custom context or environment configuration",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.2",
|
|
5
5
|
"homepage": "http://github.com/pioug/gulp-preprocess",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"author": "Jason Sandmeyer",
|
|
11
11
|
"main": "./index.js",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"lodash": "^4.17.
|
|
13
|
+
"lodash": "^4.17.11",
|
|
14
14
|
"map-stream": "^0.1.x",
|
|
15
15
|
"preprocess": "^3.0.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"eslint": "^5.
|
|
18
|
+
"eslint": "^5.13.0",
|
|
19
19
|
"mocha": "^5.2.0",
|
|
20
|
-
"prettier": "^1.
|
|
20
|
+
"prettier": "^1.16.4",
|
|
21
21
|
"should": "^13.2.3",
|
|
22
22
|
"vinyl": "^2.2.0"
|
|
23
23
|
},
|