Skip to content

Commit f91689b

Browse files
committed
adding the license in package.json
examples
1 parent 4636c4f commit f91689b

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
examples/
12
node_modules/*
23
.idea/*
34
reports/*

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
docs-config.json
2+
.idea/
3+
.git/
24
test.js
35
test/
46
reports/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ entry
4949
- [Official Documentation](https://contentstackdocs.built.io/developer/javascript/quickstart)
5050
5151
### License
52-
Copyright © 2012-2016 [Built.io](https://www.built.io/). All Rights Reserved.
52+
Copyright © 2012-2017 [Built.io](https://www.built.io/). All Rights Reserved.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"shasum": "a328ed07240476a26b31a23261355dc929e1da63",
4141
"tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.0.0.tgz"
4242
},
43+
"license": "MIT",
4344
"directories": {},
4445
"_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.0.0.tgz",
4546
"_npmOperationalInternal": {

0 commit comments

Comments
 (0)