Просмотр исходного кода

Add build status badge to README and fix module version

Brendan Abolivier 7 лет назад
Родитель
Сommit
4132357ff0
Подписано: Brendan Abolivier <contact@brendanabolivier.com> Идентификатор ключа GPG: 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": {