Skip to content

Commit c03364a

Browse files
committed
0.9.0
1 parent 04cb49c commit c03364a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
33
- 'node'
4+
- '8'
45
- '6'
56
- '5'
67
- '4'

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Convert numbers to words - their written form",
44
"homepage": "https://yamadapc.github.io/js-written-number",
55
"main": "./dist/written-number.js",
6-
"version": "0.8.1",
6+
"version": "0.9.0",
77
"keywords": [
88
"numbers",
99
"words",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "written-number",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "Convert numbers to words - their written form.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -30,7 +30,7 @@
3030
"grunt-cli": "^1.2.0",
3131
"grunt-contrib-clean": "^1.0.0",
3232
"grunt-contrib-uglify": "^2.3.0",
33-
"mocha": "^5.2.0",
33+
"mocha": "^3.5.3",
3434
"mocha-spec-cov-alt": "^1.1.1",
3535
"mversion": "^1.10.0",
3636
"should": "^11.2.1"

0 commit comments

Comments
 (0)