ソースを参照

Add build status badge to README and fix module version

Brendan Abolivier 7 年 前
コミット
4132357ff0
署名者: Brendan Abolivier <contact@brendanabolivier.com> GPGキーID: 8EF1500759F70623
共有2 個のファイルを変更した3 個の追加1 個の削除を含む
  1. 2
    0
      README.md
  2. 1
    1
      package.json

+ 2
- 0
README.md ファイルの表示

@@ -1,5 +1,7 @@
1 1
 # Sparrow
2 2
 
3
+[![Build Status](https://jenkins.brendanabolivier.com/buildStatus/icon?job=Sparrow)](https://jenkins.brendanabolivier.com/job/Sparrow/)
4
+
3 5
 Sparrow is a front-end forum software using a [Matrix](https://matrix.org) homeserver
4 6
 as its back-end. This means that, as long as you have a homeserver set up somewhere,
5 7
 hosting Sparrow will only consist in serving its front-end content and pointing it

+ 1
- 1
package.json ファイルの表示

@@ -23,7 +23,7 @@
23 23
 		"babel-preset-flow": "6.23.0",
24 24
 		"flow-bin": "0.55.0",
25 25
 		"html-webpack-plugin": "2.30.1",
26
-		"uglifyjs-webpack-plugin": "^0.4.6",
26
+		"uglifyjs-webpack-plugin": "0.4.6",
27 27
 		"webpack": "3.6.0"
28 28
 	},
29 29
 	"dependencies": {