Browse Source

placeholder for tests

pull/55/head
Jeremy Wentworth 7 years ago
parent
commit
bfd00a5711
3 changed files with 21 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +1
    -0
      .travis.yml
  3. +19
    -0
      package.json

+ 1
- 0
.gitignore View File

@@ -0,0 +1 @@
node_modules

+ 1
- 0
.travis.yml View File

@@ -0,0 +1 @@
language: node_js

+ 19
- 0
package.json View File

@@ -0,0 +1,19 @@
{
"name": "community",
"version": "1.0.0",
"description": "*Manifest repository for VCV Rack plugins*",
"scripts": {
"test": "echo \"Error: no tests yet\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VCVRack/community.git"
},
"bugs": {
"url": "https://github.com/VCVRack/community/issues"
},
"homepage": "https://github.com/VCVRack/community#readme",
"devDependencies": {
"node-virustotal": "^2.4.2"
}
}

Loading…
Cancel
Save