Skip to content

Commit

Permalink
Bump to 1.0.0 (#2)
Browse files Browse the repository at this point in the history
* Bump to 1.0.0

* Add keywords
  • Loading branch information
bspellacy authored Jul 31, 2020
1 parent 2028dc6 commit 00a76ae
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm publish --access public --tag next
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Patch Javascript SDK

![Test](https://github.com/patch-technology/patch-node/workflows/Test/badge.svg)
[![npm version](https://badge.fury.io/js/%40patch-technology%[email protected])](https://badge.fury.io/js/%40patch-technology%2Fpatch)
[![Discord](https://img.shields.io/discord/733029448558837792)](https://discord.gg/M23NnGR)

The official Javascript package for the [Patch API](https://www.usepatch.com)
Expand Down Expand Up @@ -39,7 +40,7 @@ import Patch from '@patch-technology/patch';
const patch = Patch('key_test_1234');

// ES5
var patch = require('@patch-technology/patch')('key_test_1234');
var patch = require('@patch-technology/patch').default('key_test_1234');
```

### Orders
Expand Down
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patch-technology/patch",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"description": "Javascript wrapper for the Patch API",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -48,6 +48,17 @@
"files": [
"dist"
],
"keywords": [
"carbon",
"offset",
"patch",
"sustainability",
"carbon neutral",
"carbon removal",
"carbon sequestration",
"trees",
"api"
],
"husky": {
"hooks": {
"pre-commit": "npx prettier --write ."
Expand Down

0 comments on commit 00a76ae

Please sign in to comment.