Skip to content

Commit

Permalink
feat: export 'SandhogConfig' interface
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 28, 2021
1 parent 928b78d commit 6616d2c
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 77 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"markdown-toc": "^1.2.0",
"prettier": "^2.3.0",
"yaml": "^1.10.2",
"helpertypes": "^0.0.1"
"helpertypes": "^0.0.2"
},
"devDependencies": {
"@types/eslint": "^7.2.11",
"@types/eslint": "^7.2.12",
"@types/inquirer": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
Expand All @@ -65,13 +65,13 @@
"eslint-plugin-jsdoc": "^35.0.0",
"husky": "^6.0.0",
"np": "7.5.0",
"pnpm": "^6.4.0",
"pnpm": "^6.6.1",
"pretty-quick": "^3.1.0",
"rollup": "^2.50.1",
"rollup": "^2.50.2",
"standard-changelog": "^2.0.27",
"ts-node": "^10.0.0",
"tslib": "^2.2.0",
"typescript": "^4.3.1-rc"
"typescript": "^4.3.2"
},
"main": "./dist/api/index.js",
"module": "./dist/api/index.js",
Expand Down
Loading

0 comments on commit 6616d2c

Please sign in to comment.