Skip to content

Commit

Permalink
Merge pull request #442 from GridPlus/dev
Browse files Browse the repository at this point in the history
v2.2.2
  • Loading branch information
alex-miller-0 authored Jul 19, 2022
2 parents b36495f + cdc1c90 commit 1c44f5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "gridplus-sdk",
"version": "2.2.1",
"version": "2.2.2",
"description": "SDK to interact with GridPlus Lattice1 device",
"scripts": {
"build": "NODE_ENV=production vite build",
"commit": "git-cz",
"lint:fix": "eslint --fix src --ext .ts",
"lint": "eslint src --ext .ts",
"postinstall": "patch-package",
"postinstall": "npx patch-package",
"precommit": "npm run lint:fix && npm run test",
"prepublish": "",
"test": "vitest /src/__test__/unit /src/__test__/integration",
Expand Down

0 comments on commit 1c44f5c

Please sign in to comment.