Skip to content

Commit

Permalink
chore: remove get-repo dependency (#3256)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed May 24, 2020
1 parent 8288ec5 commit 24a7b8e
Show file tree
Hide file tree
Showing 5 changed files with 493 additions and 908 deletions.
1 change: 0 additions & 1 deletion packages/pug-filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"resolve": "^1.15.1"
},
"devDependencies": {
"get-repo": "^1.0.0",
"jstransformer-cdata": "^1.0.0",
"jstransformer-coffee-script": "^1.1.1",
"jstransformer-less": "^2.3.0",
Expand Down
186 changes: 0 additions & 186 deletions packages/pug-filters/test/update-test-cases.js

This file was deleted.

4 changes: 1 addition & 3 deletions packages/pug-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"pug-error": "^1.3.3",
"token-stream": "1.0.0"
},
"devDependencies": {
"get-repo": "^1.0.0"
},
"devDependencies": {},
"files": [
"lib/inline-tags.js",
"index.js"
Expand Down
1 change: 0 additions & 1 deletion packages/pug-parser/test/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict';

var fs = require('fs');
var getRepo = require('get-repo');
var parse = require('../');

var testCases = fs.readdirSync(__dirname + '/cases').filter(function(name) {
Expand Down

0 comments on commit 24a7b8e

Please sign in to comment.