X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=739978a18be3e1a22f1783da106e67e47b5ffda8;hb=ff33642709d7d6d3953ca8e6ce11fe4ba4a56593;hp=b963e67a406ff27291db3cdbbc2e1085b13ac161;hpb=6cca7360eb9027e1544f7513df7da4684061ef7e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index b963e67a4..739978a18 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube", "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", - "version": "1.0.0-beta.7", + "version": "1.0.0-beta.8", "private": true, "licence": "AGPLv3", "engines": { @@ -68,7 +68,6 @@ } }, "lint-staged": { - "*.{css,md}": "precise-commits", "*.scss": [ "sass-lint -c .sass-lint.yml", "git add" @@ -166,7 +165,6 @@ "maildev": "^1.0.0-rc3", "mocha": "^5.0.0", "nodemon": "^1.11.0", - "precise-commits": "^1.0.2", "prettier": "1.13.2", "prompt": "^1.0.0", "sass-lint": "^1.12.1",