Skip to content

Commit

Permalink
Allow require('bouquet/mssql') next to require('bouquet').mssql
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanwesterbeek committed Apr 21, 2020
1 parent 3492db3 commit efe2104
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "bouquet",
"version": "1.0.0",
"exports": {
".": "./src/index.js",
"./": "./src/"
},
"main": "src/index.js",
"repository": "https://github.com/devotis/bouquet.git",
"author": "Christiaan Westerbeek <chris@devotis.nl>",
Expand Down

0 comments on commit efe2104

Please sign in to comment.