Skip to content

Commit

Permalink
Housekeeping and CI Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
obany committed Aug 10, 2017
1 parent cc318ab commit 75d5d65
Show file tree
Hide file tree
Showing 12 changed files with 79 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ node_modules
*.tgz
package-lock*
.history/
test/unit/reports/**/*
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ src/
gulpfile.js
tsconfig.json
tslint.json
test/unit/reports/**/*
TODO.md
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ install:
script:
- gulp build
- gulp unit
- gulp coveralls
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v0.1.3
* Housekeeping
* Housekeeping and CI Integration

# v0.1.2
* Added png to icns conversion
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Join the chat at https://gitter.im/unitejs/discuss](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/unitejs/discuss?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![NPM version][npm-version-image]][npm-url] [![Build Status][travis-image]][travis-url] [![NPM downloads][npm-downloads-image]][npm-url] [![MIT License][license-image]][license-url]
[![Join the chat at https://gitter.im/unitejs/discuss](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/unitejs/discuss?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![NPM version][npm-version-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls][coveralls-image]][coveralls-url] [![NPM downloads][npm-downloads-image]][npm-url] [![MIT License][license-image]][license-url]

# UniteJS Image

Expand All @@ -18,4 +18,7 @@ To do.....
[npm-downloads-image]: http://img.shields.io/npm/dm/unitejs-image.svg?style=flat

[travis-url]: http://travis-ci.org/unitejs/image/
[travis-image]: http://img.shields.io/travis/unitejs/image/master.svg?style=flat
[travis-image]: http://img.shields.io/travis/unitejs/image/master.svg?style=flat

[coveralls-url]: https://coveralls.io/github/unitejs/image
[coveralls-image]: https://img.shields.io/coveralls/unitejs/image.svg
2 changes: 1 addition & 1 deletion dist/icns.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 75d5d65

Please sign in to comment.