Skip to content

Commit

Permalink
Declutter root dir a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Amstutz committed Jul 15, 2019
1 parent 05ca05e commit 36cee56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion antlr.cwl

This file was deleted.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
"name": "cwl-ex",
"version": "1.0.0",
"description": "CWL experimental grammar",
"main": "cwlex-convert.js",
"main": "src/cwlex-convert.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "./cwlex-tests.js"
},
"repository": {
"type": "git",
Expand All @@ -24,6 +23,6 @@
"js-yaml": "^3.13.1"
},
"bin": {
"cwlex": "./cwlex.js"
"cwlex": "src/cwlex.js"
}
}
1 change: 1 addition & 0 deletions src/antlr.cwl

0 comments on commit 36cee56

Please sign in to comment.