Skip to content

Commit 6c3dc78

Browse files
committed
feat(projects): add the npm package name to the project configuration
1 parent b4a09c8 commit 6c3dc78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/projects.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export const PROJECTS: Project[] = [
7676
description: `Quickly check a set of string coordinates for incorrect coordinates and format them.`,
7777
imgSrc: '/static/images/projects/coord-check.jpg',
7878
repo: 'mk965/check-coord',
79+
npmPackageName: 'check-coord',
7980
url: 'https://www.npmjs.com/package/check-coord',
8081
builtWith: ['JavaScript'],
8182
},

0 commit comments

Comments
 (0)