Merge pull request #2063 from joaomlneto/patch-1
Fix package.json repository.url; fix travis build
This commit is contained in:
commit
bf971abc7f
|
@ -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
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Next
|
||||
- Update Prettier to 1.11.1. (#2060)
|
||||
- Fix package.json repository field (#2062)
|
||||
- ...
|
||||
|
||||
# v0.32.0 (2018-03-02)
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue