Skip to content

Commit 7068ea8

Browse files
committed
adding the license in package.json
examples
1 parent e5a46d6 commit 7068ea8

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
examples/
12
node_modules/*
23
.idea/*
34
reports/*

.npmignore

Lines changed: 2 additions & 0 deletions
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/

package.json

Lines changed: 1 addition & 0 deletions
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)