Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
Increased package version
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-djuric committed Jan 23, 2022
1 parent 4ade195 commit 52edd17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cr-react-cli",
"version": "1.5.2",
"version": "1.6.0",
"author": "Saša Đurić",
"description": "Create react files with a single command",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"**/*"
],
"scripts": {
"dev": "cross-env NODE_ENV=development esr --cache src",
"dev": "cross-env NODE_ENV=development esr src",
"build": "node ./scripts/build.js",
"test": "jest"
},
Expand Down

0 comments on commit 52edd17

Please sign in to comment.