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

Commit c87e010

Browse files
committed
clean required modules - add plugin error/log/vinyl
1 parent f264fd1 commit c87e010

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@
77
"author": "Steve Lacy <me@slacy.me> (http://slacy.me)",
88
"main": "./index.js",
99
"dependencies": {
10-
"dot-object": "^0.6.0",
11-
"gulp-util": "^3.0.4",
12-
"semver": "^4.3.1",
10+
"dot-object": "^1.2.0",
11+
"plugin-error": "^0.1.2",
12+
"plugin-log": "^0.1.0",
13+
"semver": "^5.0.3",
1314
"through2": "^0.5.1"
1415
},
1516
"devDependencies": {
1617
"mocha": "*",
17-
"should": "*"
18+
"should": "*",
19+
"vinyl": "^0.5.3"
1820
},
1921
"scripts": {
2022
"test": "mocha --reporter spec"

0 commit comments

Comments
 (0)