Skip to content

Commit d9a879d

Browse files
committed
Add package.json in tests dir
1 parent 0c55637 commit d9a879d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
/out/
66
/deep-js-completion.zip
77
/unv/
8+
/tests/node_modules/

tests/package.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "deep-js-completion-tests",
3+
"version": "2019.08.04.001",
4+
"description": "this package stores some unit and manual test files for the deep-js-completion WebStorm plugin",
5+
"author": "klesun",
6+
"license": "MIT",
7+
"dependencies": {
8+
"klesun-node-tools": "git+https://github.com/klesun-misc/klesun-node-tools.git#229e07370548c8ac8f9ed0ba9ecbafa41a6d7012"
9+
}
10+
}

0 commit comments

Comments
 (0)