Skip to content
This repository was archived by the owner on Mar 6, 2018. It is now read-only.

Commit d42ebdd

Browse files
committed
format fixes
1 parent 2e1a74d commit d42ebdd

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ node_js:
1111

1212
before_install:
1313
- npm install mocha browserify
14-

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CONTRIBUTING
22
============
33

4-
JSON8 is written in ES5 for optimization concerns while tests are written in ES6 and are transpiled on the fly.
4+
JSON8 is written in ES5, tests are written in ES6.
55

66
1. ```npm install browserify mocha```
77
2. Edit the files, make sure to adopt the same coding style

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"json8-pointer": "^0.5.0"
2626
},
2727
"devDependencies": {
28-
"eslint": "^0.24.1",
29-
"json-patch-test-suite": "^1.0.1",
3028
"babel-preset-es2015": "^6.3.13",
31-
"babel-core": "^6.3.21"
29+
"babel-core": "^6.3.21",
30+
"eslint": "^0.24.1",
31+
"json-patch-test-suite": "^1.0.1"
3232
}
3333
}

0 commit comments

Comments
 (0)