Skip to content

Commit

Permalink
Update dependencies for build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-or-not-tobi committed Jun 7, 2018
1 parent 64f3de2 commit 08b63fe
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions dist_package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "fundamental-ngx",
"version": "0.0.1",
"license": "MIT",
"publishConfig": {
"registry": "https://repository.hybris.com/api/npm/npm-repository/"
},
"dependencies": {
"@ng-bootstrap/ng-bootstrap": "^1.0.4",
"fundamental-ui": "1.0.0-beta-5",
"normalize.css": "^7.0.0",
"rxjs": "^5.5.5",
"rxjs-compat": "^6.1.0"
}
"name": "fundamental-ngx",
"version": "0.0.1",
"license": "MIT",
"publishConfig": {
"registry": "https://repository.hybris.com/api/npm/npm-repository/"
},
"dependencies": {
"@ng-bootstrap/ng-bootstrap": "^2.0.0",
"fundamental-ui": "1.0.0",
"normalize.css": "^7.0.0",
"rxjs": "^6.2.0"
}
}

0 comments on commit 08b63fe

Please sign in to comment.