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

Commit

Permalink
Merge branch 'release/3.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
gallayl committed Dec 15, 2017
2 parents d21742d + 7892689 commit a49379b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sn-client-js",
"version": "3.0.2",
"version": "3.0.3",
"description": "A JavaScript client for Sense/Net ECM that makes it easy to use the REST API of the Content Repository.",
"main": "dist/src/SN.js",
"files": [
Expand Down
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"compilerOptions": {
"strict": true,
"removeComments": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"target": "es2015",
"module": "commonjs",
Expand All @@ -12,7 +10,6 @@
"preserveConstEnums": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipLibCheck": true,
"outDir": "./dist"
},
"exclude": [
Expand Down

0 comments on commit a49379b

Please sign in to comment.