feat(scope) switch to pushrocks scope

This commit is contained in:
2018-06-18 07:39:42 +02:00
parent 5f8b5f7690
commit 93595a222b
13 changed files with 177 additions and 257 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "smartrequest",
"name": "@pushrocks/smartrequest",
"version": "1.0.13",
"private": false,
"description": "dropin replacement for request",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)",
"build": "echo \"Not needed for now\""
"test": "tsrun test/test.ts",
"build": "(npmts)"
},
"repository": {
"type": "git",
@@ -26,6 +26,7 @@
"smartq": "^1.1.1"
},
"devDependencies": {
"@gitzone/tsrun": "^1.0.5",
"@types/node": "^10.3.3",
"tapbundle": "^2.0.0",
"typings-test": "^1.0.3"