Skip to content

Commit 66a4d44

Browse files
committed
Removed Firefox Nightly and Chrome Canary from browsers to test
1 parent ce6ffff commit 66a4d44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonpatch.js",
3-
"version": "0.0.4-dev",
3+
"version": "1.0.0-rc1",
44
"main": "lib/jsonpatch.js",
55
"ignore": [
66
"**/.*",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonpatch",
3-
"version": "0.0.4-dev",
3+
"version": "1.0.0-rc1",
44
"description": "An implementation of JSON Patch and JSON Pointer IETF RFCs",
55
"keywords": ["diff", "patch", "json", "jsonpatch", "jsonpointer"],
66
"maintainers": "Thomas Parslow <[email protected]>",
@@ -25,8 +25,8 @@
2525
"harness": "mocha",
2626
"browsers": {
2727
"ie": [ 6, 7, 8, 9, 10],
28-
"firefox": [ 19, "nightly"],
29-
"chrome": [ 25, "canary" ],
28+
"firefox": [ 19],
29+
"chrome": [ 25 ],
3030
"safari": [ 6.0 ],
3131
"opera": [ 12 ],
3232
"iphone": [ 6.0 ],

0 commit comments

Comments
 (0)