X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=package.json;h=61e7bdb36a78d6a023ff884554339a0bf7fb6bcc;hb=b39bd74f8a740a85ea86b3d8ac4d9e42e477079f;hp=386b8cca1891cb24c5a7f2932e776b6f4c703498;hpb=ada6e5f1a623b82ab269ef01869d87cb450b11e4;p=civicrm-core.git diff --git a/package.json b/package.json index 386b8cca18..61e7bdb36a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,11 @@ "main": "index.js", "license": "MIT", "name": "civicrm", - "version": "5.0.0", + "version": "4.6.0", + "repository": { + "type": "git", + "url": "git://github.com/civicrm/civicrm-core.git" + }, "devDependencies": { "bower": "^1.3.1", "karma": "^0.12.16", @@ -12,7 +16,7 @@ "karma-jasmine": "~0.3.2" }, "scripts": { - "postinstall": "node node_modules/bower/bin/bower install", - "test": "node node_modules/karma/bin/karma start tests/karma.conf.js" + "postinstall": "bash tools/scripts/npm/postinstall.sh", + "test": "bash tools/scripts/npm/test.sh" } }