Refactoring datalog in common packages (#249)

* using datalog from common packages

* upgrading common package link

* updated block signatures

* more docs
This commit is contained in:
Peli de Halleux
2018-01-29 19:46:54 -08:00
committed by GitHub
parent 104185a41e
commit 16c67f0e30
8 changed files with 68 additions and 147 deletions

View File

@ -1,16 +1,7 @@
{
"name": "datalog",
"description": "Tiny data logging framework",
"files": [
"README.md",
"datalog.ts"
],
"testFiles": [
"test.ts"
],
"public": true,
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/datalog",
"dependencies": {
"core": "file:../core",
"storage": "file:../storage"
"core": "file:../core",
"storage": "file:../storage"
}
}