Compare commits

..

3 Commits

Author SHA1 Message Date
Adam Stankiewicz
275601601a Bump to 1.8.3 2018-03-28 19:52:42 +02:00
Adam Stankiewicz
c22c09546e Disable testing per commit and update changelog 2018-03-28 19:33:16 +02:00
Adam Stankiewicz
6bc778df32 Format with prettier (#2510) 2018-03-28 19:28:43 +02:00
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## Newer releases
Please see: https://github.com/bower/bower/releases
## 1.8.0 - 2016-11-07
- Download tar archives from GitHub when possible (#2263)

View File

@@ -1,6 +1,6 @@
{
"name": "bower",
"version": "1.8.0",
"version": "1.8.3",
"description": "The browser package manager",
"author": "Twitter",
"license": "MIT",
@@ -96,7 +96,7 @@
"coveralls": "coveralls",
"prepublish": "in-publish && echo 'You need to use \"grunt publish\" to publish bower' && false || not-in-publish",
"format": "prettier --write --single-quote --tab-width 4 '**/*.js'",
"precommit": "lint-staged && npm test"
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": [