Skip to content

Commit

Permalink
chore(release): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stewones committed Mar 31, 2019
1 parent 63aaee0 commit d81ded8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "capacitor-intercom",
"version": "0.0.1",
"version": "0.0.2",
"description": "Enable Intercom features for Capacitor apps",
"main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"scripts": {
"build": "npm run clean && tsc",
"clean": "rm -rf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"release:custom": "standard-version release --release-as x.x.x",
"release:patch": "standard-version release --release-as patch",
"release:minor": "standard-version release --release-as minor",
"release:major": "standard-version release --release-as major"
},
"author": "Stewan Silva",
"license": "MIT",
Expand Down

0 comments on commit d81ded8

Please sign in to comment.