Skip to content

Commit

Permalink
chore: One last change before merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anadian committed Jan 21, 2021
1 parent 3f36c6c commit cbdebe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Simply extract documentation comments from a source file.",
"main": "source/main.js",
"scripts": {
"transpile": "babel --out-dir Output source/*",
"transpile": "babel --out-dir Output source/main.js",
"test": "ava -v ./source/main.test.js",
"transpiled-test": "ava -v ./Output/main.test.js",
"lint": "eslint ./source/main.js",
Expand Down Expand Up @@ -154,7 +154,7 @@
"node": 8
},
"useBuiltIns": "usage",
"corejs": "3.8.2"
"corejs": "3.8.3"
}
]
],
Expand Down

0 comments on commit cbdebe6

Please sign in to comment.