first commit! 👏
commit
9283485d1b
|
@ -0,0 +1,12 @@
|
|||
|
||||
*.sublime-workspace
|
||||
|
||||
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
|
||||
*.sublime-workspace
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
yarnPath: ".yarn/releases/yarn-berry.cjs"
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "plerobuddies",
|
||||
"version": "1.0.0",
|
||||
"repository": {
|
||||
"url": "https://github.com/wgroeneveld/plerobuddies",
|
||||
"type": "git"
|
||||
},
|
||||
"author": "Wouter Groeneveld",
|
||||
"license": "MIT",
|
||||
"main": "src/chat.js",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"jam": "node src/chat.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^26.6.3"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"folders":
|
||||
[
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue