Skip to content

Commit 0a51642

Browse files
committed
Update project name and dependencies
1 parent 80725cb commit 0a51642

3 files changed

Lines changed: 11 additions & 12 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "markdown-interpolation",
3-
"version": "1.5.0",
4-
"description": "Add an issue or pull request to a project",
5-
"main": "lib/markdown.js",
6-
"types": "lib/markdown.d.ts",
2+
"name": "typescript-node",
3+
"version": "1.0.0",
4+
"description": "Typescript Node Project",
5+
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
77
"scripts": {
88
"build": "tsc",
99
"test": "jest",
@@ -19,14 +19,14 @@
1919
"readme": "README.md",
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/austenstone/markdown-interpolation.git"
22+
"url": "https://github.com/austenstone/typescript-node.git"
2323
},
2424
"license": "MIT",
2525
"devDependencies": {
2626
"@types/jest": "^29.5.12",
27-
"@types/node": "^20.11.16",
28-
"@typescript-eslint/eslint-plugin": "^6.21.0",
29-
"@typescript-eslint/parser": "^6.21.0",
27+
"@types/node": "^20.11.19",
28+
"@typescript-eslint/eslint-plugin": "^7.0.2",
29+
"@typescript-eslint/parser": "^7.0.2",
3030
"eslint": "^8.56.0",
3131
"eslint-config-google": "^0.14.0",
3232
"jest": "^29.7.0",

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
21
console.log('hi');

0 commit comments

Comments
 (0)