Skip to content
This repository was archived by the owner on Jan 4, 2019. It is now read-only.

Commit a49379b

Browse files
committed
Merge branch 'release/3.0.3'
2 parents d21742d + 7892689 commit a49379b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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": "sn-client-js",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "A JavaScript client for Sense/Net ECM that makes it easy to use the REST API of the Content Repository.",
55
"main": "dist/src/SN.js",
66
"files": [

tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"compilerOptions": {
33
"strict": true,
4-
"removeComments": true,
5-
"noImplicitAny": true,
64
"noUnusedLocals": true,
75
"target": "es2015",
86
"module": "commonjs",
@@ -12,7 +10,6 @@
1210
"preserveConstEnums": true,
1311
"experimentalDecorators": true,
1412
"emitDecoratorMetadata": true,
15-
"skipLibCheck": true,
1613
"outDir": "./dist"
1714
},
1815
"exclude": [

0 commit comments

Comments
 (0)