# Artifactory test: PUSH repo

## Usage

First, set the version number in
`package.json`. If you try to publish the package
but have not updated the version, you will get an error.

Then run

```bash
npm publish
```

This will create a versioned package in the public
NPM repository. You can see the latest package by
searching for it on NPM:

https://www.npmjs.com/search?q=lookout-artifactory-test

