Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 6ca0b98

Browse files
committed
Bump release version to 0.1.3
1 parent 20af3fd commit 6ca0b98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "polyfill the ECMA-402 Intl API (except collation)",
55
"main": ["Intl.js", "Intl.min.js"],
66
"keywords": [

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Polyfill the ECMA-402 Intl API (except collation)",
55
"main": "Intl.complete.js",
66
"directories": {
@@ -16,7 +16,7 @@
1616
"wd": "~0.2.8"
1717
},
1818
"scripts": {
19-
"build": "grunt",
19+
"build": "grunt --complete",
2020
"lint": "jshint Intl.js",
2121
"test": "cd tests && node noderunner.js && node saucelabs.js"
2222
},

0 commit comments

Comments
 (0)