Skip to content

Commit

Permalink
build: removed version property from package.json
Browse files Browse the repository at this point in the history
Thereby reducing the version cadence source to only one location: `app/lib/version.rb`

Also updated description property to read:

> UK House Price Index - A search tool to find house price trends in the UK ~ Please view the latest version cadence found in the app/lib/version.rb file
  • Loading branch information
jonrandahl committed Sep 5, 2024
1 parent 5dfd7b4 commit 351f7d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "ukhpi",
"version": "1.6.1",
"description": "UKHPI build support",
"description": "UK House Price Index - A search tool to find house price trends in the UK ~ Please view the latest version cadence found in the app/lib/version.rb file",
"main": "index.js",
"directories": {
"test": "test"
Expand Down

0 comments on commit 351f7d6

Please sign in to comment.