Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added types for typescript #116

Merged
merged 8 commits into from
Jul 28, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Moved types.d.ts to root folder.
  • Loading branch information
jonaslagoni committed Jul 13, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit edf8340d1f9746b875f00fced2f7b70ffeef2cc3
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@
"version": "0.25.1",
"description": "JavaScript AsyncAPI parser.",
"main": "lib/index.js",
"types": "lib/types.d.ts",
"types": "types.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha --recursive",
"bundle": "browserify lib/browser.js | uglifyjs > dist/bundle.js",
"docs": "jsdoc2md lib/parser.js -f lib/**/*.js > API.md",
"types": "jsdoc -t node_modules/tsd-jsdoc/dist -r lib -d ./lib",
"types": "jsdoc -t node_modules/tsd-jsdoc/dist -r lib -d ./",
"prepublishOnly": "npm run bundle",
"release": "semantic-release",
"get-version": "echo $npm_package_version",
File renamed without changes.