Skip to content

Commit 3438eb5

Browse files
author
fengwan
committed
add shields
1 parent 9006f21 commit 3438eb5

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

README.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
[![npm][npm]][npm-url]
22
[![node][node]][node-url]
3-
[![npm-stats][npm-stats]][npm-url]
43
[![deps][deps]][deps-url]
5-
[![travis][travis]][travis-url]
6-
[![appveyor][appveyor]][appveyor-url]
4+
[![tests][tests]][tests-url]
75
[![coverage][cover]][cover-url]
8-
[![chat][chat]][chat-url]
6+
97

108
assemblyscript-typescript-loader
119
=================
@@ -195,3 +193,24 @@ By default, the path and name you specify will output the file in that same dire
195193
}
196194
}
197195
```
196+
197+
198+
199+
200+
[npm]: https://img.shields.io/npm/v/assemblyscript-typescript-loader.svg
201+
[npm-url]: https://npmjs.com/package/assemblyscript-typescript-loader
202+
203+
[node]: https://img.shields.io/node/v/assemblyscript-typescript-loader.svg
204+
[node-url]: https://nodejs.org
205+
206+
[deps]: https://david-dm.org/SinaMFE/assemblyscript-typescript-loader.svg
207+
[deps-url]: https://david-dm.org/SinaMFE/assemblyscript-typescript-loader
208+
209+
[tests]: http://img.shields.io/travis/SinaMFE/assemblyscript-typescript-loader.svg
210+
[tests-url]: https://travis-ci.org/SinaMFE/assemblyscript-typescript-loader
211+
212+
[cover]: https://img.shields.io/codecov/c/github/SinaMFE/assemblyscript-typescript-loader.svg
213+
[cover-url]: https://codecov.io/gh/SinaMFE/assemblyscript-typescript-loader
214+
215+
[chat]: https://badges.gitter.im/webpack/webpack.svg
216+
[chat-url]: https://gitter.im/webpack/webpack

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"files": [
77
"lib"
88
],
9+
"engines": {
10+
"node": ">= 4.3 < 5.0.0 || >= 5.10"
11+
},
912
"scripts": {
1013
"test": "echo \"Error: no test specified\" && exit 1"
1114
},

0 commit comments

Comments
 (0)