Merge pull request #2063 from joaomlneto/patch-1

Fix package.json repository.url; fix travis build
This commit is contained in:
Glavin Wiechert 2018-03-04 11:00:13 -04:00 committed by GitHub
commit bf971abc7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

View File

@ -80,8 +80,6 @@ before_install:
- Rscript --version
# PHP
- composer install
# CoffeeScript
- npm install coffee-formatter
# OCaml
# - opam init --auto-setup
# Init environment variables for opam

View File

@ -1,5 +1,6 @@
# Next
- Update Prettier to 1.11.1. (#2060)
- Fix package.json repository field (#2062)
- ...
# v0.32.0 (2018-03-02)

View File

@ -4,10 +4,7 @@
"version": "0.32.0",
"private": true,
"description": "Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom",
"repository": {
"type": "git",
"url": "git@github.com:Glavin001/atom-beautify.git"
},
"repository": "github:Glavin001/atom-beautify",
"bugs": {
"url": "https://github.com/Glavin001/atom-beautify/issues"
},
@ -459,6 +456,7 @@
"prepare": "npm run docs",
"lint": "coffeelint src/ spec/",
"code-docs": "codo && open docs/code/index.html",
"pretest": "npm run lint",
"test": "atom --test spec"
},
"config": {