Skip to content

Commit 3961e7e

Browse files
author
ntrappe-msft
committed
initialize npm package
1 parent dfdb1ef commit 3961e7e

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log("Hello World!");

package-lock.json

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

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "@microsoft/windows-containers-tutorials",
3+
"version": "0.0.0",
4+
"description": "Windows Containers Tutorials is a tool that aims to provide a faster and leaner development experience for learning Windows Containers.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "exit 0"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/microsoft/Windows-Containers-Tutorials.git"
12+
},
13+
"keywords": [
14+
"containers",
15+
"windows",
16+
"containers",
17+
"kubernetes",
18+
"web",
19+
"dev"
20+
],
21+
"author": "Nicole Trappe",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/microsoft/Windows-Containers-Tutorials/issues"
25+
},
26+
"homepage": "https://github.com/microsoft/Windows-Containers-Tutorials#readme"
27+
}

0 commit comments

Comments
 (0)