File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ language : node_js
2+ node_js : node
3+
Original file line number Diff line number Diff line change 22> Add a JavaScript or CSS asset to the HTML generated by ` html-webpack-plugin `
33
44[ ![ NPM Version] [ npm-image ]] [ npm-url ]
5+ [ ![ Build Status] [ travis-image ]] [ travis-url ]
56
67[ ![ Dependency Status] [ david-image ]] [ david-url ]
78[ ![ Dev Dependency Status] [ david-dev-image ]] [ david-dev-url ]
@@ -150,6 +151,8 @@ var webpackConfig = {
150151
151152[ npm-url ] : https://npmjs.org/package/add-asset-html-webpack-plugin
152153[ npm-image ] : https://img.shields.io/npm/v/add-asset-html-webpack-plugin.svg
154+ [ travis-url ] : https://travis-ci.org/SimenB/add-asset-html-webpack-plugin
155+ [ travis-image ] : https://img.shields.io/travis/SimenB/add-asset-html-webpack-plugin/master.svg
153156[ david-url ] : https://david-dm.org/SimenB/add-asset-html-webpack-plugin
154157[ david-image ] : https://img.shields.io/david/SimenB/add-asset-html-webpack-plugin.svg
155158[ david-dev-url ] : https://david-dm.org/SimenB/add-asset-html-webpack-plugin#info=devDependencies
Original file line number Diff line number Diff line change 1010 "lint" : " node-version-gte-4 && eslint . || node-version-lt-4" ,
1111 "prepublish" : " not-in-install && npm run compile || in-install" ,
1212 "postpublish" : " git push --follow-tags" ,
13- "test" : " npm run lint"
13+ "pretest" : " npm run lint" ,
14+ "test" : " echo No tests defined"
1415 },
1516 "repository" : " SimenB/add-asset-html-webpack-plugin" ,
1617 "keywords" : [
You can’t perform that action at this time.
0 commit comments