Skip to content

Commit

Permalink
1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
valgaze committed Mar 26, 2022
1 parent ea7cd77 commit 17ba4a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "speedybot",
"version": "1.0.18",
"version": "1.0.19",
"description": "Speedy & easy way to rapidly iterate with conversation bots",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"scripts": {
"test":"npm run build && ava 'dist/test/*.test.js'",
"test": "npm run build && ava 'dist/test/*.test.js'",
"x": "npm run build && node_modules/.bin/tape dist/test/*.test.js",
"patch": "npx np patch",
"prepublish": "npm run build",
Expand Down

0 comments on commit 17ba4a8

Please sign in to comment.