Skip to content

Commit 2f5c429

Browse files
committed
Minor tweaks to package.json
1 parent 4fd3da1 commit 2f5c429

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "annotator",
33
"version": "2.0.0-dev.2",
4-
"description": "Inline annotation for the web. Select text, images, or (nearly) anything else, and add your notes.",
4+
"description": "Annotation for the web. Select text, images, or (nearly) anything else, and add your notes.",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/okfn/annotator.git"
7+
"url": "https://github.com/openannotation/annotator.git"
88
},
99
"dependencies": {
1010
"backbone-extend-standalone": "~0.1.2",
@@ -48,7 +48,7 @@
4848
"annotator": "global:annotator"
4949
},
5050
"engines": {
51-
"node": ">=0.8 <0.12"
51+
"node": ">=0.10 <0.12"
5252
},
5353
"scripts": {
5454
"start": "./tools/serve",

0 commit comments

Comments
 (0)