Skip to content

Commit cd608ec

Browse files
2.6.0
1 parent e25220b commit cd608ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@nextbitlabs/onepunch",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "Command-line interface to create PDF presentations using web technology.",
55
"main": "index.js",
66
"scripts": {
77
"test": "xo index.js template/src/index.js",
88
"release": "np"
99
},
1010
"bin": {
11-
"onepunch": "./index.js"
11+
"onepunch": "index.js"
1212
},
1313
"keywords": [
1414
"html",

0 commit comments

Comments
 (0)