Skip to content

Commit

Permalink
fix(mock-oauth2-provider): add main/types entries in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed May 22, 2020
1 parent 95a4a34 commit d32c486
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
6 changes: 0 additions & 6 deletions fixtures/mock-oauth2-provider/index.js

This file was deleted.

8 changes: 0 additions & 8 deletions fixtures/mock-oauth2-provider/index.ts

This file was deleted.

2 changes: 2 additions & 0 deletions fixtures/mock-oauth2-provider/package.json
Expand Up @@ -5,6 +5,8 @@
"engines": {
"node": ">=10"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "lb-tsc",
"clean": "lb-clean loopback-mock-oauth2-provider*.tgz dist *.tsbuildinfo package",
Expand Down

0 comments on commit d32c486

Please sign in to comment.