Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nokibsarkar committed May 20, 2023
1 parent 6ec9821 commit c16c18c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-language-bangla",
"version": "1.0.0",
"version": "1.0.1",
"description": "Bangla messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"scripts": {
"test" : "tsc --noEmit",
"test": "tsc --noEmit",
"build": "npm run build-cjs && npm run build-esm",
"build-cjs": "rimraf ./dist/cjs && tsc --outDir dist/cjs",
"build-esm": "rimraf ./dist/esm && tsc --outDir dist/esm --module es2015",
Expand All @@ -40,4 +40,4 @@
"url": "https://github.com/nokibsarkar/ra-language-bangla/issues"
},
"homepage": "https://github.com/nokibsarkar/ra-language-bangla#readme"
}
}

0 comments on commit c16c18c

Please sign in to comment.