Skip to content

Commit 83a8e7f

Browse files
committed
release: v2.15.0-alpha.0
1 parent 000c31e commit 83a8e7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leoric",
3-
"version": "2.14.0",
3+
"version": "2.15.0-alpha.0",
44
"description": "yet another JavaScript object-relational mapping library",
55
"browser": "dist/browser.js",
66
"main": "lib/index.js",

tsconfig.browser.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4-
"target": "ES5",
4+
"target": "ES2015",
55
"module": "ESNext",
6-
"outDir": "dist",
6+
"outDir": "dist"
77
}
88
}

0 commit comments

Comments
 (0)