Update to publish the package at npm
.npmignore
deleted
100644 → 0
{ | ||
"name": "api-requests", | ||
"name": "@bchteam/api-requests", | ||
"version": "1.0.0", | ||
"description": "Creating axios-based api requests", | ||
"main": "dist/index.js", | ||
... | ... | @@ -14,6 +14,9 @@ |
}, | ||
"author": "Bitch Intelligence <we@bitch.team> (https://bitch.team/)", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.5", | ||
... | ... |
Please register or sign in to comment