Skip to content

Commit

Permalink
release(mixpanel) 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Oct 8, 2020
1 parent 6be9652 commit 4c6041c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nstudio/nativescript-mixpanel",
"version": "1.0.0",
"version": "2.0.0",
"description": "A NativeScript plugin for Mixpanel tracking",
"main": "mixpanel",
"typings": "index.d.ts",
Expand Down Expand Up @@ -83,8 +83,7 @@
"bootstrapper": "nativescript-plugin-seed",
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "npm run tslint && npm run format-check"
"pre-push": "npm run ci.lint && npm run format.check"
}
}
}

0 comments on commit 4c6041c

Please sign in to comment.