Skip to content

Commit 1840c0d

Browse files
committed
location issue for version 1.0.1 - fixed
1 parent 9673a60 commit 1840c0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "rds-data",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A decorator for the AWS Data API for Aurora Serverless. It decorates and abstracts the Amazon SDK's implementation to make it feel more like a traditional MySQL wrapper than an HTTP based web service. It is written in Typescript and provides type-aware return objects which allows for better support in Typescript-based solutions.",
5-
"main": "index.ts",
6-
"types": "lib/index.d.ts",
5+
"main": "./lib/index.js",
6+
"types": "./lib/index.d.ts",
77
"scripts": {
88
"test": "jest --config jestconfig.json",
99
"build": "tsc",

0 commit comments

Comments
 (0)