|  | 
| 1 | 1 | { | 
| 2 | 2 |   "name": "angularfire2", | 
| 3 |  | -  "version": "2.0.0-beta.1", | 
|  | 3 | +  "version": "2.0.0-beta.2", | 
| 4 | 4 |   "description": "", | 
| 5 | 5 |   "main": "./dist/angularfire2.js", | 
| 6 | 6 |   "jsnext:main": "./dist/es6/angularfire2.js", | 
|  | 
| 13 | 13 |     "rewrite_npm_package": "node --harmony_destructuring tools/rewrite-published-package.js", | 
| 14 | 14 |     "build_bundle": "cp -r src angularfire2 && tsc typings/main.d.ts angularfire2.ts --rootDir . --module system -t es5 --outFile dist/bundles/angularfire2.js  --moduleResolution node --emitDecoratorMetadata --experimentalDecorators", | 
| 15 | 15 |     "e2e_test": "webdriver-manager update && npm run build_e2e && protractor", | 
| 16 |  | -    "build_e2e": "rm -rf dist-test && npm run build && tsc -p test/ && cp test/e2e/firebase_object/index.html dist-test/e2e/firebase_object/ && cp test/e2e/firebase_list/index.html dist-test/e2e/firebase_list/ && cp test/e2e/auth/index.html dist-test/e2e/auth/" | 
|  | 16 | +    "build_e2e": "rm -rf dist-test && npm run build && tsc -p test/ && cp test/e2e/firebase_object/index.html dist-test/e2e/firebase_object/ && cp test/e2e/firebase_list/index.html dist-test/e2e/firebase_list/ && cp test/e2e/auth/index.html dist-test/e2e/auth/", | 
|  | 17 | +    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1" | 
| 17 | 18 |   }, | 
| 18 | 19 |   "keywords": [ | 
| 19 | 20 |     "angular2", | 
|  | 
| 22 | 23 |   ], | 
| 23 | 24 |   "repository": { | 
| 24 | 25 |     "type": "git", | 
| 25 |  | -    "url": "git+https://github.com/angular/indy.git" | 
|  | 26 | +    "url": "git+https://github.com/angular/angularfire2.git" | 
| 26 | 27 |   }, | 
| 27 | 28 |   "author": "jeffbcross", | 
| 28 | 29 |   "license": "MIT", | 
| 29 | 30 |   "bugs": { | 
| 30 |  | -    "url": "https://github.com/angular/indy/issues" | 
|  | 31 | +    "url": "https://github.com/angular/angularfire2/issues" | 
| 31 | 32 |   }, | 
| 32 |  | -  "homepage": "https://github.com/angular/indy#readme", | 
|  | 33 | +  "homepage": "https://github.com/angular/angularfire2#readme", | 
| 33 | 34 |   "dependencies": { | 
| 34 | 35 |     "@angular/core": "2.0.0-rc.2", | 
| 35 | 36 |     "@angular/platform-browser": "2.0.0-rc.2", | 
|  | 
| 40 | 41 |     "rxjs": "5.0.0-beta.6" | 
| 41 | 42 |   }, | 
| 42 | 43 |   "devDependencies": { | 
|  | 44 | +    "conventional-changelog-cli": "^1.2.0", | 
| 43 | 45 |     "es6-module-loader": "^0.17.10", | 
| 44 | 46 |     "es6-shim": "^0.35.0", | 
| 45 | 47 |     "firebase-server": "^0.5.2", | 
|  | 
0 commit comments