Skip to content

Commit

Permalink
0.13.0 bump and npm package command added for simpler package setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynarus committed Apr 15, 2021
1 parent a992b67 commit de54006
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
19 changes: 15 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@runejs/filestore",
"version": "0.12.4",
"version": "0.13.0",
"description": "Tools for managing the RuneJS filestore.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"start": "ts-node src/run.ts"
"start": "ts-node src/run.ts",
"package": "rimraf dist && npm i && npm run build && npm publish --dry-run"
},
"repository": {
"type": "git",
Expand All @@ -29,6 +30,7 @@
"devDependencies": {
"@types/node": "^14.14.37",
"@types/pngjs": "^3.4.2",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"tslib": "^2.1.0"
}
Expand Down

0 comments on commit de54006

Please sign in to comment.