Skip to content

Commit

Permalink
release^0.9.97
Browse files Browse the repository at this point in the history
  • Loading branch information
amityadav0 committed Oct 4, 2022
1 parent 2ab23ff commit 09e6f62
Show file tree
Hide file tree
Showing 3 changed files with 6,193 additions and 6,396 deletions.
4 changes: 4 additions & 0 deletions packages/polar/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sample-project/yarn.lock
yarn.lock
src
test
6 changes: 3 additions & 3 deletions packages/polar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secret-polar",
"version": "0.9.96",
"version": "0.9.97",
"main": "dist/index.js",
"repository": "https://github.com/arufa-research/polar.git",
"description": "Polar is a development environment to compile, deploy, test, run scrt contracts on different networks.",
Expand Down Expand Up @@ -50,10 +50,10 @@
"@typescript-eslint/parser": "^4.26.1",
"eslint": "^7.28.0",
"nodemon": "^2.0.7",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
"ts-node": "^10.0.0"
},
"dependencies": {
"typescript": "^4.3.2",
"@babel/generator": "^7.18.2",
"@babel/traverse": "^7.18.5",
"@babel/types": "^7.18.7",
Expand Down
Loading

0 comments on commit 09e6f62

Please sign in to comment.