Skip to content

Commit

Permalink
Merge pull request bitwiseshiftleft#320 from reggi/patch-1
Browse files Browse the repository at this point in the history
formatting package.json
  • Loading branch information
Nilos authored Oct 22, 2016
2 parents 00bd42d + 4e68ae9 commit 807521c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
"encryption",
"high-level",
"crypto"
],
"repository": {
"type": "git",
"url": "https://github.com/bitwiseshiftleft/sjcl.git"
},
"scripts": {
"test": "make test",
"jsdoc": "jsdoc -c jsdoc.conf.json",
"lint": "eslint . || true"
},
"engines": {
"node": "*"
},
"devDependencies": {
"eslint": "^2.11.1",
"jsdoc": "3.4.0"
}
],
"repository": {
"type": "git",
"url": "https://github.com/bitwiseshiftleft/sjcl.git"
},
"scripts": {
"test": "make test",
"jsdoc": "jsdoc -c jsdoc.conf.json",
"lint": "eslint . || true"
},
"engines": {
"node": "*"
},
"devDependencies": {
"eslint": "^2.11.1",
"jsdoc": "3.4.0"
}
}

0 comments on commit 807521c

Please sign in to comment.