Skip to content

Commit

Permalink
publish: prepare README & tasks for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Oct 11, 2021
1 parent 2accf35 commit 06d1ccb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ To install **ogc-client**, run:
$ npm install --save @camptocamp/ogc-client
```

> DISCLAIMER: the package is not published yet and is WIP
### API

> TODO
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "0.1.0",
"description": "A pure JS library for interacting with geospatial services.",
"main": "dist/index.js",
"files": [
"dist/",
"src/"
],
"dependencies": {
"@rgrove/parse-xml": "^3.0.0"
},
Expand All @@ -28,7 +32,8 @@
"test": "jest",
"format:write": "prettier --write src demo",
"format:check": "prettier --check src demo",
"generate-dist": "cd build && node ./generate-dist.js"
"generate-dist": "cd build && node ./generate-dist.js",
"prepublishOnly": "npm test && npm run generate-dist"
},
"author": "[email protected]",
"license": "GPL-3.0-or-later"
Expand Down

0 comments on commit 06d1ccb

Please sign in to comment.