implemented .createRecord

This commit is contained in:
2016-05-24 23:36:06 +02:00
parent f4d4bc238b
commit 0ed9c7f4f4
16 changed files with 102 additions and 36 deletions

View File

@ -21,12 +21,14 @@
},
"homepage": "https://github.com/pushrocks/cflare#readme",
"dependencies": {
"beautylog": "^5.0.0",
"beautylog": "^5.0.6",
"q": "^1.4.1",
"request": "^2.72.0"
"request": "^2.72.0",
"typings-global": "^1.0.3"
},
"devDependencies": {
"npmts": "^5.1.5",
"should": "^8.3.1"
"npmts": "^5.1.13",
"should": "^8.4.0",
"typings-test": "^1.0.1"
}
}