Skip to content

Commit

Permalink
chore: replace obsolete jsnext:main with module (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelltoth committed Jul 25, 2020
1 parent a5ded39 commit 4bf0033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0-beta.16",
"description": "Tool for generation samples based on OpenAPI payload/response schema",
"main": "dist/openapi-sampler.js",
"jsnext:main": "src/openapi-sampler.js",
"module": "src/openapi-sampler.js",
"scripts": {
"test": "gulp",
"lint": "gulp lint",
Expand Down

0 comments on commit 4bf0033

Please sign in to comment.