Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
myarmolinsky committed Sep 20, 2024
1 parent 9d7861c commit 762d3bf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "balena-image-manager",
"version": "10.0.1",
"description": "Manage device base operating systems resources with caching support",
"description": "Manage device base operating systems resources with caching suppor",
"main": "build/manager.js",
"types": "build/manager.d.ts",
"homepage": "https://github.com/balena-io-modules/balena-image-manager",
Expand All @@ -20,14 +20,13 @@
"test": "tests"
},
"scripts": {
"build": "npx tsc && npm run readme",
"build": "npx tsc",
"lint": "balena-lint lib",
"lint-fix": "balena-lint --fix lib",
"pretest": "npm run build",
"test": "mocha -r coffeescript/register tests/**/*.spec.coffee",
"posttest": "npm run lint",
"prepare": "npm run build",
"readme": "jsdoc2md --template doc/README.hbs build/manager.js > README.md"
"prepare": "npm run build"
},
"author": "Balena Inc. (https://balena.io/)",
"license": "Apache-2.0",
Expand All @@ -39,10 +38,10 @@
"@types/mime": "^2.0.3",
"@types/mkdirp": "^1.0.1",
"@types/node": "^18.0.0",
"bluebird": "^3.7.2",
"coffeescript": "^1.12.7",
"gulp-coffeelint": "^0.6.0",
"gulp-util": "^3.0.8",
"jsdoc-to-markdown": "^6.0.1",
"mocha": "^3.5.3",
"mochainon": "^1.0.0",
"mock-fs": "^4.12.0",
Expand Down

0 comments on commit 762d3bf

Please sign in to comment.