Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Removed the package badge from README
Browse files Browse the repository at this point in the history
Because it doesn't seem to update despite the release. I'm not going to push another NPM version just to remove it from the readme shown on NPM, but it most likely won't be in future versions.
  • Loading branch information
cecilemuller committed Jun 18, 2018
1 parent c8ac554 commit 6ec22fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Webpack Plugin: Three

[![Build Status](https://travis-ci.com/wildpeaks/package-three-webpack-plugin.svg?branch=master)](https://travis-ci.com/wildpeaks/package-three-webpack-plugin) [![Known Vulnerabilities](https://snyk.io/test/github/wildpeaks/package-three-webpack-plugin/badge.svg?targetFile=package.json)](https://snyk.io/test/github/wildpeaks/package-three-webpack-plugin?targetFile=package.json) [![Greenkeeper badge](https://badges.greenkeeper.io/wildpeaks/package-three-webpack-plugin.svg)](https://greenkeeper.io/) [![npm version](https://badge.fury.io/js/%40wildpeaks%2Fthree-webpack-plugin.svg)](https://www.npmjs.com/package/@wildpeaks/three-webpack-plugin)
[![Build Status](https://travis-ci.com/wildpeaks/package-three-webpack-plugin.svg?branch=master)](https://travis-ci.com/wildpeaks/package-three-webpack-plugin) [![Known Vulnerabilities](https://snyk.io/test/github/wildpeaks/package-three-webpack-plugin/badge.svg?targetFile=package.json)](https://snyk.io/test/github/wildpeaks/package-three-webpack-plugin?targetFile=package.json) [![Greenkeeper badge](https://badges.greenkeeper.io/wildpeaks/package-three-webpack-plugin.svg)](https://greenkeeper.io/)

Webpack plugin to use the additional **[Three.js](https://threejs.org/) "examples" classes that aren't ES Modules**,
such as [THREE.OrbitControls](https://threejs.org/docs/index.html#examples/controls/OrbitControls).
Expand Down

0 comments on commit 6ec22fb

Please sign in to comment.