Skip to content

Commit

Permalink
fix: package export problem
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Nov 4, 2022
1 parent e64a61c commit f4104ec
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/spectral-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"name": "@readme/spectral-config",
"version": "1.0.0",
"description": "ReadMe coding standards for API documentation",
"main": "index.js",
"files": [
"index.js"
],
"main": "src/index.js",
"scripts": {
"lint": "eslint .",
"test": "jest"
Expand Down

0 comments on commit f4104ec

Please sign in to comment.