Skip to content

Commit 419f0c1

Browse files
authored
remove gulp (#50)
1 parent 009abfa commit 419f0c1

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

gulpfile.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
"eslint-plugin-node": "^5.2.1",
2323
"eslint-plugin-promise": "^3.6.0",
2424
"eslint-plugin-standard": "^3.0.1",
25-
"gulp": "^3.9.1",
26-
"gulp-rename": "^1.2.2",
27-
"gulp-stylefmt": "^1.1.0",
2825
"mocha": "^5.0.0",
2926
"nyc": "^11.4.1",
3027
"postcss-less": "^1.1.3",
@@ -68,5 +65,5 @@
6865
"pretest": "eslint .",
6966
"test": "nyc mocha --no-timeouts"
7067
},
71-
"version": "2.1.1"
68+
"version": "2.1.2"
7269
}

0 commit comments

Comments
 (0)