Skip to content

Commit

Permalink
fix peer dependencies declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Jun 1, 2018
1 parent 40d17a2 commit 3896c4c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/schema-form/ng-package.json
Expand Up @@ -5,4 +5,4 @@
"lib": {
"entryFile": "src/public_api.ts"
}
}
}
10 changes: 4 additions & 6 deletions projects/schema-form/package.json
Expand Up @@ -22,22 +22,20 @@
"Simon Bats <contact@simonbats.com>",
"Gabor Pankotay <gabor.pankotay@swicon.hu>"
],
"dependencies": {
"body-parser": "^1.15.1",
"methods": "^1.1.2",
"raw-loader": "0.5.1",
"z-schema": "^3.17.0"
},
"peerDependencies": {
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/http": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"body-parser": "^1.15.1",
"core-js": "2.4.1",
"methods": "^1.1.2",
"raw-loader": "0.5.1",
"rxjs": "^6.2.0",
"rxjs-compat": "^6.2.0",
"typescript": "2.3.4",
"z-schema": "^3.17.0",
"zone.js": "^0.8.4"
}
}
3 changes: 2 additions & 1 deletion projects/schema-form/tsconfig.lib.json
Expand Up @@ -11,7 +11,8 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"types": [],
"types": [ "node" ],
"typeRoots": [ "../../node_modules/@types" ],
"lib": [
"dom",
"es2015"
Expand Down

0 comments on commit 3896c4c

Please sign in to comment.