Skip to content

Commit

Permalink
feat(package): relax peer dependecies to work with 2.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Oct 13, 2016
1 parent b407012 commit bc55a38
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,27 +59,27 @@
"@angular/forms": "^2.0.0"
},
"devDependencies": {
"@angular/common": "2.0.1",
"@angular/compiler": "2.0.1",
"@angular/compiler-cli": "0.6.3",
"@angular/core": "2.0.1",
"@angular/forms": "2.0.1",
"@angular/platform-browser": "2.0.1",
"@angular/platform-browser-dynamic": "2.0.1",
"@angular/platform-server": "2.0.1",
"@angular/router": "3.0.1",
"@types/jasmine": "2.2.34",
"@types/webpack": "1.12.34",
"async": "2.0.1",
"@angular/common": "2.1.0",
"@angular/compiler": "2.1.0",
"@angular/compiler-cli": "2.1.0",
"@angular/core": "2.1.0",
"@angular/forms": "2.1.0",
"@angular/platform-browser": "2.1.0",
"@angular/platform-browser-dynamic": "2.1.0",
"@angular/platform-server": "2.1.0",
"@angular/router": "3.1.0",
"@types/jasmine": "2.5.35",
"@types/webpack": "1.12.35",
"async": "2.1.1",
"bootstrap": "3.3.7",
"codecov": "1.0.1",
"conventional-changelog-cli": "1.2.0",
"conventional-github-releaser": "1.1.3",
"core-js": "2.4.1",
"cpy-cli": "1.0.1",
"cross-env": "3.0.0",
"cross-env": "3.1.2",
"del-cli": "0.2.0",
"es6-promise": "4.0.3",
"es6-promise": "4.0.5",
"es6-shim": "0.35.1",
"es7-reflect-metadata": "1.6.0",
"eslint-config-valorsoft": "0.1.0",
Expand All @@ -95,13 +95,13 @@
"ng2-webpack-config": "0.0.5",
"pre-commit": "1.1.3",
"reflect-metadata": "0.1.8",
"require-dir": "0.3.0",
"require-dir": "0.3.1",
"rxjs": "5.0.0-beta.12",
"systemjs-builder": "0.15.32",
"tslint-config-valorsoft": "1.1.1",
"typedoc": "0.4.5",
"typedoc": "0.5.0",
"typescript": "2.0.3",
"wallaby-webpack": "0.0.24",
"wallaby-webpack": "0.0.26",
"zone.js": "0.6.25"
}
}
1 change: 0 additions & 1 deletion tsconfig.publish.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"lib": ["dom", "es6"],
"types": [
"jasmine",
"node",
"webpack"
]
},
Expand Down

0 comments on commit bc55a38

Please sign in to comment.