Skip to content

Commit

Permalink
move bunyan dep from devDep, remove util from index
Browse files Browse the repository at this point in the history
  • Loading branch information
andykais committed Jan 20, 2019
1 parent 35abcbf commit 2a4757e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 14 deletions.
9 changes: 0 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"@types/source-map-support": "^0.4.1",
"@types/verror": "^1.10.3",
"babel-loader": "^8.0.4",
"bunyan": "^1.8.12",
"chai": "^4.2.0",
"chai-exclude": "^1.0.12",
"copy-webpack-plugin": "^4.5.2",
Expand All @@ -75,6 +74,7 @@
},
"dependencies": {
"better-sqlite3": "^5.2.1",
"bunyan": "^1.8.12",
"cheerio": "^1.0.0-rc.2",
"handlebars": "^4.0.12",
"node-fetch": "^2.1.2",
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'source-map-support/register'

export { scrape } from './scraper'
export * from './settings/external-utils'
2 changes: 1 addition & 1 deletion src/settings/config/runtime/tsr-declarations.js

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

2 changes: 1 addition & 1 deletion src/settings/options/runtime/tsr-declarations.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var lib_1 = require("ts-runtime/lib");
lib_1.default.declare("global.Map.1935072597", lib_1.default.type("global.Map", function (Map) {
lib_1.default.declare("global.Map.3608425033", lib_1.default.type("global.Map", function (Map) {
var K = Map.typeParameter("K");
var V = Map.typeParameter("V");
return lib_1.default.object();
Expand Down
2 changes: 1 addition & 1 deletion src/settings/options/runtime/types.js

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

0 comments on commit 2a4757e

Please sign in to comment.