Browse Source

build es5

Paul 5 years ago
parent
commit
5ec6403835
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      package.json
  2. 1
    1
      tsconfig.json

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "ts-linker-sdk",
3
-  "version": "1.0.3",
3
+  "version": "1.0.4",
4 4
   "description": "linker's ts sdk",
5 5
   "main": "lib/src/client.js",
6 6
   "scripts": {

+ 1
- 1
tsconfig.json View File

@@ -2,7 +2,7 @@
2 2
   "compileOnSave": true,
3 3
   "compilerOptions": {
4 4
     // Target latest version of ECMAScript.
5
-    "target": "es6",
5
+    "target": "es5",
6 6
     // Search under node_modules for non-relative imports.
7 7
     "moduleResolution": "node",
8 8
     // Process & infer types from .js files.