Skip to content

Commit

Permalink
chore: js-lib release
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Oct 20, 2023
1 parent 27c331f commit b255e04
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions lib/javascript-library/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "graphics-data-definition",
"version": "0.1.0",
"version": "1.0.0-0",
"main": "dist/index.js",
"license": "MIT",
"homepage": "https://github.com/SuperFlyTV/GraphicsDataDefinition",
"scripts": {
"build": "rimraf dist && yarn build:main",
"build:main": "tsc -p tsconfig.build.json",
"lint": "eslint --ext .ts --ext .js --ext .tsx --ext .jsx .",
"release": "standard-version"
"release": "standard-version --release-as minor",
"release-patch": "standard-version --release-as patch"
},
"devDependencies": {
"@sofie-automation/code-standard-preset": "^2.1.0",
Expand All @@ -30,8 +31,13 @@
"node": ">=14"
},
"files": [
"/dist",
"/README.md",
"/LICENSE"
]
"/dist",
"/README.md",
"/LICENSE"
],
"standard-version": {
"skip": {
"tag": true
}
}
}

0 comments on commit b255e04

Please sign in to comment.