wrapper_test12

## Dependencies node 12+ npm 6.x

Usage no npm install needed!

<script type="module">
  import wrapperTest12 from 'https://cdn.skypack.dev/wrapper_test12';
</script>

README

Discovery api wrapper

Dependencies

node 12+ npm 6.x

How to deploy to npm registry

  • create account on npm registry and verify the account via email. (make sure to verify the account. )

  • After creating and verifying the account. run npm login in terminal and provide the account credential.

  • Before publishing the package. Make sure to delete the dist folder in the directory. change the package name to unique name in the package.json, to avoid conflicts with other package.

  • Run npm publish to publish the package.

  • if got any error or 403 error. Make sure that you have verified your account before publishing and your package name is unique.

lint

npm run lint