Skip to content

Commit

Permalink
Merge pull request #5 from drolsen/dev
Browse files Browse the repository at this point in the history
Dev: Adding new build badge types. Removing unwanted npm modules.
  • Loading branch information
drolsen committed Jan 10, 2022
2 parents 8d92cdc + 99da7f0 commit bdb46f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
<img src="/assets/logo.jpg" width="700" />
<p style="margin-top: 25px;">Plugin to allow for the static rendering and exporting of JSX files to disk.</p>

[![Build Status](https://travis-ci.com/drolsen/webpack-jsx-export.svg?branch=master)](https://travis-ci.com/drolsen/webpack-jsx-export)
[![dependencies Status](https://david-dm.org/drolsen/webpack-jsx-export/status.svg)](https://david-dm.org/drolsen/webpack-jsx-export)
[![devDependencies Status](https://david-dm.org/drolsen/webpack-jsx-export/dev-status.svg)](https://david-dm.org/drolsen/webpack-jsx-export?type=dev)
[![Build Status](https://app.travis-ci.com/drolsen/webpack-jsx-export.svg?branch=master)](https://app.travis-ci.com/drolsen/webpack-jsx-export)
[![Minimum node.js version](https://badgen.net/npm/node/webpack-jsx-export)](https://npmjs.com/package/webpack-jsx-export)
[![downloads](https://img.shields.io/npm/dm/webpack-jsx-export.svg?style=flat-square)](http://npm-stat.com/charts.html?package=webpack-jsx-export&from=2022-01-08)
[![version](https://img.shields.io/npm/v/webpack-jsx-export.svg?style=flat-square)](http://npm.im/webpack-jsx-export)
[![GitLab release](https://badgen.net/github/releases/drolsen/webpack-jsx-export)](https://github.com/drolsen/webpack-jsx-export/releases)
[![MIT License](https://img.shields.io/npm/l/webpack-jsx-export.svg?style=flat-square)](http://opensource.org/licenses/MIT)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/drolsen/webpack-jsx-export/graphs/commit-activity)
</div>

### Why?
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"webpack jsx static export",
"webpack jsx static render export"
],
"version": "1.1.3",
"version": "1.1.4",
"description": "Plugin that bundles project SVG files into a SVG sprite",
"repository": "drolsen/webpack-jsx-export",
"bugs": {
Expand Down Expand Up @@ -64,9 +64,6 @@
},
"devDependencies": {
"ava": "^4.0.1",
"clean-webpack-plugin": "^4.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "5.5.0",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
Expand Down

0 comments on commit bdb46f7

Please sign in to comment.