Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

* text eol=lf
* text=auto eol=lf
4 changes: 2 additions & 2 deletions .github/workflows/release-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: npm install packages
run: npm ci

# Check node package licenses (v2.0.1)
- uses: erisu/license-checker-action@99cffa11264fe545fd0baa6c13bca5a00ae608f2
# Check node package licenses (v2.1.0)
- uses: erisu/license-checker-action@04511f4c052b5773f11e1c65b42cda88235c62ae
with:
license-config: 'licence_checker.yml'
include-asf-category-a: true
6 changes: 3 additions & 3 deletions tests/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "cordova-plugin-network-information-tests",
"version": "3.1.0-dev",
"description": "",
"description": "Tests for Cordova Network Information Plugin",
"cordova": {
"id": "cordova-plugin-network-information-tests",
"platforms": []
},
"keywords": [
"ecosystem:cordova"
],
"author": "",
"license": "Apache 2.0"
"author": "Apache Software Foundation",
"license": "Apache-2.0"
}
Loading