1
0
mirror of https://github.com/Azure/setup-helm.git synced 2026-07-09 09:41:37 +00:00

v3 new release (#84)

swap to graphql
This commit is contained in:
github-actions[bot]
2022-07-11 13:48:02 -04:00
committed by GitHub
parent 20d2b4f98d
commit e4f3964f67
1492 changed files with 63799 additions and 63001 deletions
+11 -6
View File
@@ -1,6 +1,6 @@
{
"name": "nwsapi",
"version": "2.2.0",
"version": "2.2.1",
"description": "Fast CSS Selectors API Engine",
"homepage": "http://javascript.nwbox.com/nwsapi/",
"main": "./src/nwsapi",
@@ -18,9 +18,17 @@
}
],
"license": "MIT",
"author": "Diego Perini <diego.perini@gmail.com> (http://www.iport.it/)",
"author": {
"name": "Diego Perini",
"email": "diego.perini@gmail.com",
"web": "http://www.iport.it/"
},
"maintainers": [
"Diego Perini <diego.perini@gmail.com> (http://www.iport.it/)"
{
"name": "Diego Perini",
"email": "diego.perini@gmail.com",
"web": "http://www.iport.it/"
}
],
"bugs": {
"url": "http://github.com/dperini/nwsapi/issues"
@@ -31,8 +39,5 @@
},
"scripts": {
"lint": "eslint ./src/nwsapi.js"
},
"directories": {
"test": "test"
}
}