diff --git a/node_modules/cron-git/LICENSE b/node_modules/cron-git/LICENSE index 261eeb9..df7f9e5 100644 --- a/node_modules/cron-git/LICENSE +++ b/node_modules/cron-git/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright [2020] [iotcat] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/node_modules/cron-git/ini.sh b/node_modules/cron-git/ini.sh index 0c47abe..30210c3 100644 --- a/node_modules/cron-git/ini.sh +++ b/node_modules/cron-git/ini.sh @@ -1,2 +1,5 @@ git config credential.helper store -git pull \ No newline at end of file +git pull +git add . -A +git commit -m "init from cron-git" +git push diff --git a/node_modules/cron-git/package.json b/node_modules/cron-git/package.json index 452c7ad..29511d5 100644 --- a/node_modules/cron-git/package.json +++ b/node_modules/cron-git/package.json @@ -1,8 +1,8 @@ { "_from": "cron-git", - "_id": "cron-git@1.0.0", + "_id": "cron-git@1.0.1", "_inBundle": false, - "_integrity": "sha512-DMfZWhvaDtuxxWXew+A+kgED0tRzKw5qEQsN4NSoV1fEf5Gn3+JJZ7LS1NKzX3tsgUvrmyr/KZs198u3/CtIVw==", + "_integrity": "sha512-vI4q9Pdu4NHYMtyNfnxJ9piW4bwwaMj9D1wRyBXTzz8vRrKX6wWwPzqsdNRHcDNBHOceQahJR6up47XrtNpRwg==", "_location": "/cron-git", "_phantomChildren": {}, "_requested": { @@ -19,10 +19,10 @@ "#USER", "/" ], - "_resolved": "https://registry.npmjs.org/cron-git/-/cron-git-1.0.0.tgz", - "_shasum": "c523f5138274c08a7cc0e191aa8b04c78b9d8e99", + "_resolved": "https://registry.npmjs.org/cron-git/-/cron-git-1.0.1.tgz", + "_shasum": "88251adf4f09d3d056caa36bb7a5bc6b8bf849fc", "_spec": "cron-git", - "_where": "E:\\cloud\\OneDrive\\git\\fdc", + "_where": "e:\\cloud\\OneDrive\\git\\fdc", "author": { "name": "iotcat" }, @@ -52,5 +52,5 @@ "scripts": { "test": "node test.js" }, - "version": "1.0.0" + "version": "1.0.1" }