Skip to content

Commit 945860a

Browse files
committed
chore(pkg): bump version to 1.0.14
1 parent 5e40dfd commit 945860a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"node": "16.8.0",
2525
"npm": "^7.21.0"
2626
},
27-
"main": "./dist/index.js",
28-
"types": "./dist/index.d.ts",
27+
"main": "./dist/active_record.js",
28+
"types": "./dist/active_record.d.ts",
2929
"files": [
3030
"dist"
3131
],

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"declaration": true,
55
"experimentalDecorators": true,
66
"forceConsistentCasingInFileNames": true,
7-
"module": "amd",
7+
"module": "commonjs",
88
"moduleResolution": "node",
99
"noEmitOnError": true,
1010
"noFallthroughCasesInSwitch": true,

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
entry: "./active_record.ts",
88
output: {
99
path: path.resolve(__dirname, "dist"),
10-
filename: "index.js"
10+
filename: "active_record.js"
1111
},
1212
resolve: {
1313
extensions: [".ts", ".js"]

0 commit comments

Comments
 (0)