We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3014478 commit 93eb677Copy full SHA for 93eb677
.npmignore
@@ -14,6 +14,7 @@ CONTRIBUTING.md
14
RELEASE.md
15
CONTRIBUTING.md
16
CHANGELOG.md
17
+UPGRADE-4.0.md
18
jsdoc/
19
doc/
20
auth.js.enc
@@ -23,6 +24,7 @@ transform.js
23
24
scripts/
25
# this is created in the build on travis ci when it updates the docs in the gh-pages branch
26
gh-pages/
27
+tsconfig.json
28
tslint.json
29
typings.json
30
typings
@@ -33,6 +35,12 @@ typings
33
35
.eslintcache
34
36
.eslintignore
37
.gitattributes
38
+.prettierrc
39
+.releaserc
40
+.snyk
41
*.ts
42
!*.d.ts
43
watson-developer-cloud-*.tgz
44
+*.log
45
+secrets.tar.enc
46
+docker
0 commit comments