Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed May 14, 2024
1 parent 0e2422e commit a3c9252
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "@enhance/starter-typescript",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"start": "enhance dev",
"dev": "enhance dev",
"build": "tsc",
"enhance": "enhance",
"test": "echo \"Warning: no test specified\" && exit 0"
"start": "enhance dev",
"dev": "enhance dev",
"build": "tsc",
"enhance": "enhance",
"test": "echo \"Warning: no test specified\" && exit 0"
},
"dependencies": {
"@enhance/arc-plugin-enhance": "^11.0.1",
"@enhance/arc-plugin-styles": "^5.0.6",
"@enhance/plugin-typescript": "^0.1.2",
"@enhance/styles-cribsheet": "^0.0.11"
"@enhance/arc-plugin-enhance": "^11.0.1",
"@enhance/arc-plugin-styles": "^5.0.6",
"@enhance/plugin-typescript": "^0.1.2",
"@enhance/styles-cribsheet": "^0.0.11"
},
"devDependencies": {
"@enhance/cli": "latest",
"@enhance/types": "^0.7.0",
"typescript": "^5.4.5"
"@enhance/cli": "latest",
"@enhance/types": "^0.7.0",
"typescript": "^5.4.5"
}
}

0 comments on commit a3c9252

Please sign in to comment.