Commit 269f870d authored by Randall Leeds's avatar Randall Leeds

npm likes to reformat the package.json

I will let it have its way.
parent e7369ccf
......@@ -38,7 +38,10 @@
},
"homepage": "https://github.com/hypothesis/h",
"browserify": {
"transform": ["coffeeify", "browserify-shim"]
"transform": [
"coffeeify",
"browserify-shim"
]
},
"browser": {
"annotator": "./h/static/scripts/vendor/annotator.js",
......@@ -61,7 +64,11 @@
"dom-text-mapper": "DomTextMapper",
"dom-text-matcher": "DomTextMatcher",
"jquery": "global:jQuery",
"jquery-scrollintoview": {"depends": ["jquery"]},
"jquery-scrollintoview": {
"depends": [
"jquery"
]
},
"jschannel": "Channel",
"page-text-mapper-core": "PageTextMapperCore",
"text-match-engines": "TextMatchEngines"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment