Skip to content

Commit

Permalink
[internal] update metadata and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy VanWagoner committed Jul 6, 2015
1 parent e8256fb commit 667f267
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 22 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,12 @@
> - [Internal]
> - [Polish]
## 2.5.1

* **Internal**
* Update metadata for new github org
* Update dependencies

## 2.5.0

* **New Feature**
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -2,7 +2,7 @@

Contributions are always welcome, no matter how large or small. Before
contributing, please read the
[code of conduct](https://github.com/thetalecrafter/format-message/blob/master/CODE_OF_CONDUCT.md).
[code of conduct](https://github.com/format-message/format-message/blob/master/CODE_OF_CONDUCT.md).

## Developing

Expand Down
18 changes: 9 additions & 9 deletions README.md
Expand Up @@ -300,15 +300,15 @@ License
This software is free to use under the MIT license. See the [LICENSE-MIT file][LICENSE] for license text and copyright information.


[logo]: https://cdn.rawgit.com/thetalecrafter/format-message/446d303/src/logo/format-message.svg
[logo]: https://cdn.rawgit.com/format-message/format-message/446d303/src/logo/format-message.svg
[npm]: https://www.npmjs.org/package/format-message
[npm-image]: https://img.shields.io/npm/v/format-message.svg
[deps]: https://david-dm.org/thetalecrafter/format-message
[deps-image]: https://img.shields.io/david/thetalecrafter/format-message.svg
[dev-deps]: https://david-dm.org/thetalecrafter/format-message#info=devDependencies
[dev-deps-image]: https://img.shields.io/david/dev/thetalecrafter/format-message.svg
[build]: https://travis-ci.org/thetalecrafter/format-message
[build-image]: https://img.shields.io/travis/thetalecrafter/format-message.svg
[deps]: https://david-dm.org/format-message/format-message
[deps-image]: https://img.shields.io/david/format-message/format-message.svg
[dev-deps]: https://david-dm.org/format-message/format-message#info=devDependencies
[dev-deps-image]: https://img.shields.io/david/dev/format-message/format-message.svg
[build]: https://travis-ci.org/format-message/format-message
[build-image]: https://img.shields.io/travis/format-message/format-message.svg
[style]: https://github.com/feross/standard
[style-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
[license-image]: https://img.shields.io/npm/l/format-message.svg
Expand All @@ -318,6 +318,6 @@ This software is free to use under the MIT license. See the [LICENSE-MIT file][L
[icu-php]: http://php.net/manual/en/class.messageformatter.php
[icu-java]: http://icu-project.org/apiref/icu4j/
[intl]: https://github.com/andyearnshaw/Intl.js
[message-format]: https://github.com/thetalecrafter/message-format
[message-format]: https://github.com/format-message/message-format
[babel]: https://github.com/babel/babel
[LICENSE]: https://github.com/thetalecrafter/format-message/blob/master/LICENSE-MIT
[LICENSE]: https://github.com/format-message/format-message/blob/master/LICENSE-MIT
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "format-message",
"version": "2.5.0",
"version": "2.5.1",
"description": "Write default messages inline. Optionally transpile translations.",
"keywords": [
"i18n",
Expand Down Expand Up @@ -45,7 +45,7 @@
"karma": "^0.12.35",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "^0.0.4",
"karma-cli": "^0.1.0",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
Expand Down Expand Up @@ -77,15 +77,15 @@
},
"repository": {
"type": "git",
"url": "http://github.com/thetalecrafter/format-message.git"
"url": "http://github.com/format-message/format-message.git"
},
"author": {
"name": "Andy VanWagoner",
"email": "thetalecrafter@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/thetalecrafter/format-message/issues"
"url": "https://github.com/format-message/format-message/issues"
},
"homepage": "https://github.com/thetalecrafter/format-message"
"homepage": "https://github.com/format-message/format-message"
}
8 changes: 5 additions & 3 deletions src/logo/icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/extract.cli.spec.js
@@ -1,4 +1,4 @@
/*eslint-env mocha */
/* eslint-env mocha */
import { expect } from 'chai'
import { exec } from 'child_process'
import { readFileSync, unlinkSync } from 'fs'
Expand Down
2 changes: 1 addition & 1 deletion test/format.spec.js
@@ -1,4 +1,4 @@
/*eslint-env mocha */
/* eslint-env mocha */
if (typeof Intl === 'undefined') { require('intl') }
import { expect } from 'chai'
import MessageFormat from 'message-format'
Expand Down
2 changes: 1 addition & 1 deletion test/inline.cli.spec.js
@@ -1,4 +1,4 @@
/*eslint-env mocha */
/* eslint-env mocha */
import { expect } from 'chai'
import { exec } from 'child_process'
import { readFileSync, unlinkSync, readdirSync, rmdirSync } from 'fs'
Expand Down
2 changes: 1 addition & 1 deletion test/lint.cli.spec.js
@@ -1,4 +1,4 @@
/*eslint-env mocha */
/* eslint-env mocha */
import { expect } from 'chai'
import { exec } from 'child_process'

Expand Down

0 comments on commit 667f267

Please sign in to comment.