@doczilla/node
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@doczilla/node", | ||
"version": "1.0.1", | ||
"description": "Doczilla API wrapper", | ||
@@ -13,3 +14,2 @@ "keywords": [ | ||
], | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
@@ -16,0 +16,0 @@ "main": "./dist/index.js", |
@@ -8,5 +8,5 @@ # Doczilla Node.js Library | ||
```sh | ||
npm install doczilla | ||
npm install @doczilla/node | ||
# or | ||
yarn add doczilla | ||
yarn add @doczilla/node | ||
``` | ||
@@ -20,3 +20,3 @@ | ||
```ts | ||
import Doczilla from 'doczilla'; | ||
import Doczilla from '@doczilla/node'; | ||
@@ -23,0 +23,0 @@ const doczilla = new Doczilla('doczilla-...') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
184490