Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandongregoryscott committed May 10, 2021
1 parent 0864d30 commit 16dd0c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@
"build:dist": "npm run esbuild -- --minify",
"clean": "rimraf dist **/tmp/*",
"lint": "eslint src --ext ts",
"postpublish": "git add -A && git commit -m \"$npm_package_version\" && git push origin main",
"postvscode:publish": "git add -A && git commit -m \"$npm_package_version\" && git push origin main",
"prebuild": "npm run clean",
"pretest": "npm run build && npm run lint",
"prevscode:publish": "npm run build:dist",
"test": "node ./dist/test/runTest.js",
"vscode:pack": "vsce package",
"vscode:publish": "npm run vscode:package && vsce publish",
"vscode:publish": "npm run vscode:pack && vsce publish",
"watch": "npm run esbuild -- --sourcemap --watch"
},
"version": "0.1.0"
"version": "0.1.1"
}

0 comments on commit 16dd0c6

Please sign in to comment.