Skip to content

Commit d9d8ba0

Browse files
committed
Forgot about npm
1 parent 7128202 commit d9d8ba0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.gitignore

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
target/
22

3+
.sbtopts
4+
35
# vim
46
*.sw?
57

8+
# intellij
9+
.idea/
10+
611
# Ignore [ce]tags files
712
tags
813

9-
/.bsp/
14+
# Metals
15+
.metals/
16+
.bsp/
17+
.bloop/
18+
metals.sbt
19+
.vscode
20+
21+
# npm
22+
node_modules/

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"private": true,
3+
"devDependencies": {
4+
"jsdom": "^16.7.0"
5+
}
6+
}

0 commit comments

Comments
 (0)