Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit 66dd074

Browse files
author
nirazul
committed
Fix wrong naming in some locations
1 parent 875efa4 commit 66dd074

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "google-app-script-template",
2+
"name": "google-apps-script-template",
33
"version": "2.0.0",
44
"description": "A starting point for google apps script projects for transpilation, editing and deployment",
55
"scripts": {
66
"lint:taskrunner": "npx eslint -c gulp/.eslintrc.js --no-eslintrc gulp"
77
},
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/Nirazul/google-app-script-template.git"
10+
"url": "git+https://github.com/Nirazul/google-apps-script-template.git"
1111
},
1212
"author": "Rouven Bühlmann",
1313
"license": "MIT",
1414
"bugs": {
15-
"url": "https://github.com/Nirazul/google-app-script-template/issues"
15+
"url": "https://github.com/Nirazul/google-apps-script-template/issues"
1616
},
17-
"homepage": "https://github.com/Nirazul/google-app-script-template#readme",
17+
"homepage": "https://github.com/Nirazul/google-apps-script-template#readme",
1818
"dependencies": {
1919
"core-js": "^3.0.1"
2020
},

0 commit comments

Comments
 (0)