Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Dec 1, 2023
1 parent 6ddf633 commit abbec5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cityssm/dynamics-gp",
"version": "1.0.1",
"version": "1.0.2",
"description": "Read only inquiries into Microsoft Dynamics GP using a SQL Server connection.",
"keywords": [
"cash-receipts",
Expand All @@ -22,10 +22,7 @@
"license": "MIT",
"author": "The Corporation of the City of Sault Ste. Marie",
"type": "module",
"exports": {
".": "./dynamicsGp.js",
"./dynamicsGp.js": "./dynamicsGp.js"
},
"exports": "./dynamicsGp.js",
"scripts": {
"test": "cross-env NODE_ENV=dev DEBUG=dynamics-gp:* mocha --timeout 10000",
"coverage": "cross-env NODE_ENV=dev DEBUG=dynamics-gp:* c8 --reporter=lcov --reporter=text --reporter=text-summary mocha --timeout 10000"
Expand Down

0 comments on commit abbec5d

Please sign in to comment.