Skip to content

Commit

Permalink
cleanup useless dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed May 8, 2022
1 parent c8ba443 commit 4e0f690
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
19 changes: 1 addition & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions package.json
@@ -1,7 +1,7 @@
{
"author": "Jackson Tian <http://weibo.com/shyvo>",
"author": "Jackson Tian <shyvo1987@gmail.com>",
"contributors": [
"Jackson Tian <http://weibo.com/shyvo>",
"Jackson Tian <shyvo1987@gmail.com> (https://github.com/JacksonTian)",
"Robert Sköld <robert@publicclass.se> (http://publicclass.se)",
"Tom Carden <tom@tom-carden.co.uk>"
],
Expand All @@ -14,7 +14,7 @@
},
"homepage": "https://github.com/JacksonTian/ejs-mate",
"engines": {
"node": ">=0.10.0"
"node": ">=10.0.0"
},
"dependencies": {
"ejs": "^3.1.7"
Expand All @@ -23,10 +23,8 @@
"codecov": "^3.8.3",
"eslint": "^8.15.0",
"express": "^4.10.0",
"methods": "*",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"should": "~3.0.0",
"supertest": "^6.2.3"
},
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions test/partials.test.js
Expand Up @@ -214,7 +214,6 @@ describe('app',function(){
.get('/collection/_entry')
.expect(200)
.end(function(err, res) {

res.body.should.equal('<html><head><title>ejs-locals</title></head><body><ul><li>one</li><li>two</li></ul></body></html>');
done();
});
Expand All @@ -236,7 +235,6 @@ describe('app',function(){
.get('/collection/thing')
.expect(200)
.end(function(err, res) {

res.body.should.equal('<html><head><title>ejs-locals</title></head><body><ul><li>one</li><li>two</li></ul></body></html>');
done();
});
Expand Down

0 comments on commit 4e0f690

Please sign in to comment.