Add author and license information to package.json; create .npmignore file
This commit is contained in:
3
.npmignore
Normal file
3
.npmignore
Normal file
@@ -0,0 +1,3 @@
|
||||
docs
|
||||
node_modules
|
||||
package-lock.json
|
||||
@@ -12,6 +12,11 @@
|
||||
"@microsoft/microsoft-graph-client": "^3.0.7",
|
||||
"azure-devops-node-api": "^15.1.2"
|
||||
},
|
||||
"author": {
|
||||
"name": "Sławomir Koszewski",
|
||||
"email": "slawek@koszewscy.waw.pl"
|
||||
},
|
||||
"license": "MIT",
|
||||
"exports": {
|
||||
".": "./src/index.js",
|
||||
"./azure": "./src/azure/index.js",
|
||||
|
||||
Reference in New Issue
Block a user