Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan committed Jul 3, 2023
1 parent a8e4a89 commit 31c72f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "payhere-js-sdk",
"version": "1.0.1",
"version": "1.0.2",
"description": "Full Fledged Payhere.lk JavaScript SDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -10,7 +10,6 @@
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",

"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
Expand Down
4 changes: 2 additions & 2 deletions src/__tests__/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
test('example test', () => {
console.log("example test")
})
console.log('example test');
});

0 comments on commit 31c72f4

Please sign in to comment.