Skip to content

Commit

Permalink
[Rahul] | BAH-4097 | Add. Bump Version Number In package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh committed Sep 4, 2024
1 parent f659aec commit 48c7ec8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "implementer-interface",
"version": "1.0.0",
"version": "1.1.0",
"description": "App for implementer interfaces like form builder, reports, etc.",
"license": "GPL-2.0",
"main": "index.js",
"engines": {
"yarn": ">=1.22.0",
"node": "12.x"
},
"engines": {
"yarn": ">=1.22.0",
"node": "12.x"
},
"scripts": {
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('You must use Yarn to install, not NPM')\"",
"clean": "rimraf dist/*",
Expand Down Expand Up @@ -100,9 +100,9 @@
"react-router-dom": "^4.3.1",
"redux": "^4.0.5",
"whatwg-fetch": "^1.0.0",
"js-beautify" : "^1.10.3",
"js-beautify": "^1.10.3",
"enzyme-adapter-react-16": "^1.15.2",
"reactjs-popup" : "^1.5.0"
"reactjs-popup": "^1.5.0"
},
"resolutions": {
"**/**/lodash": "^4.17.12",
Expand Down

0 comments on commit 48c7ec8

Please sign in to comment.