Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
WaleedAshraf committed May 9, 2020
1 parent d4c917f commit 7541c4d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
node-version: 12
- run: npm ci
- run: npm run lint
- run: npm test

publish-npm:
Expand Down
2 changes: 1 addition & 1 deletion dist/bundle.min.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.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "asyncapi-validator",
"version": "2.4.2",
"description": "message validator through asyncapi",
"version": "2.4.3",
"description": "message validator through asyncapi schema",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "./node_modules/.bin/eslint ./",
"build": "browserify index.js -s asyncapi | uglifyjs --compress --mangle -o ./dist/bundle.min.js",
"build:dev": "browserify --debug index.js -s asyncapi -o ./dist/bundle.js"
"bundle": "browserify index.js -s asyncapi | uglifyjs --compress --mangle -o ./dist/bundle.min.js",
"bundle:dev": "browserify --debug index.js -s asyncapi -o ./dist/bundle.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7541c4d

Please sign in to comment.