We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000c31e commit 83a8e7fCopy full SHA for 83a8e7f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "leoric",
3
- "version": "2.14.0",
+ "version": "2.15.0-alpha.0",
4
"description": "yet another JavaScript object-relational mapping library",
5
"browser": "dist/browser.js",
6
"main": "lib/index.js",
tsconfig.browser.json
@@ -1,8 +1,8 @@
"extends": "./tsconfig.json",
"compilerOptions": {
- "target": "ES5",
+ "target": "ES2015",
"module": "ESNext",
- "outDir": "dist",
+ "outDir": "dist"
7
}
8
0 commit comments