Skip to content

Commit

Permalink
Updated webpack file
Browse files Browse the repository at this point in the history
  • Loading branch information
pastorsj committed Feb 16, 2018
1 parent 87fe117 commit 30a253f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 78 deletions.
72 changes: 1 addition & 71 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-gist-html",
"version": "1.1.2",
"version": "1.1.3",
"description": "A simple library to convert gist code and GitHub files into gist-like html",
"main": "./lib/node-gist-html.min.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -46,7 +46,6 @@
"babel-preset-env": "^1.6.0",
"eslint": "^4.10.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^4.0.1",
Expand Down
5 changes: 0 additions & 5 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ const config = {
test: /(\.jsx|\.js)$/,
loader: 'babel-loader',
exclude: /(node_modules|bower_components)/
},
{
test: /(\.jsx|\.js)$/,
loader: 'eslint-loader',
exclude: /node_modules/
}
]
},
Expand Down

0 comments on commit 30a253f

Please sign in to comment.