Skip to content

Commit

Permalink
chore(release): 1.3.1 (#222)
Browse files Browse the repository at this point in the history
chore(release): 1.3.1
  • Loading branch information
asyncapi-bot authored Jan 7, 2021
1 parent bb13b9d commit 87e2445
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/bundle.js

Large diffs are not rendered by default.

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,6 +1,6 @@
{
"name": "@asyncapi/parser",
"version": "1.3.0",
"version": "1.3.1",
"description": "JavaScript AsyncAPI parser.",
"main": "lib/index.js",
"types": "types.d.ts",
Expand All @@ -20,7 +20,7 @@
"gen-readme-toc": "markdown-toc -i README.md",
"test-lib": "nyc --reporter=html --reporter=text mocha --exclude test/browser_test.js --recursive",
"test-browser": "npm run test-browser-cleanup && npm run bundle && cp dist/bundle.js test/sample_browser/ && start-server-and-test 'http-server test/sample_browser --cors -s' 8080 'mocha --timeout 3000 test/browser_test.js' && npm run test-browser-cleanup",
"test-browser-cleanup": "rimraf test/sample_browser/bundle.js"
"test-browser-cleanup": "rimraf test/sample_browser/bundle.js"
},
"bugs": {
"url": "https://github.com/asyncapi/parser-js/issues"
Expand Down

0 comments on commit 87e2445

Please sign in to comment.