Skip to content

Commit

Permalink
feat(core): rewrites core; simplifies collection structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed Sep 30, 2019
1 parent 2808e39 commit b30f91a
Show file tree
Hide file tree
Showing 33 changed files with 972 additions and 903 deletions.
26 changes: 10 additions & 16 deletions packages/core/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@riseup/library": "^0.4.0",
"@riseup/tooling": "^0.4.0",
"@types/jest": "^24.0.13",
"@types/uuid": "^3.4.5",
"@types/lodash.clonedeep": "^4.5.6",
"@zerollup/ts-transform-paths": "^1.7.3",
"kpo": "^0.11.0",
"onchange": "^6.0.0",
Expand All @@ -71,7 +71,7 @@
"@types/json-schema": "^7.0.3",
"camelcase": "^5.3.1",
"json-schema-to-typescript": "^7.1.0",
"uuid": "^3.3.3"
"lodash.clonedeep": "^4.5.0"
},
"peerDependencies": {
"rxjs": "6.x"
Expand Down

0 comments on commit b30f91a

Please sign in to comment.