Skip to content

Commit ef279e5

Browse files
authored
Merge pull request #28 from coveo/hotfix-links-update
[HOTFIX] updates the package.json
2 parents e19e2a4 + 8a92bbd commit ef279e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "coveo-atomic-example",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "Coveo Atomic example",
55
"main": "index.html",
66
"scripts": {
77
"start": "serve",
88
"build": "echo This is a static template, there is no bundler or bundling involved!"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/codesandbox-app/static-template.git"
12+
"url": "git+https://github.com/coveo/atomic-documentation-codesandbox.git"
1313
},
1414
"keywords": [],
15-
"author": "Ives van Hoorne",
15+
"author": "Jean-Philippe Marceau",
1616
"license": "MIT",
1717
"bugs": {
18-
"url": "https://github.com/codesandbox-app/static-template/issues"
18+
"url": "https://github.com/coveo/atomic-documentation-codesandbox/issues"
1919
},
20-
"homepage": "https://github.com/codesandbox-app/static-template#readme",
20+
"homepage": "https://github.com/coveo/atomic-documentation-codesandbox",
2121
"devDependencies": {
2222
"serve": "^11.2.0"
2323
}

0 commit comments

Comments
 (0)