Skip to content

Commit

Permalink
Update spec-runner to atom-mocha@2.0.3
Browse files Browse the repository at this point in the history
APM appears to have stopped packaging a module's entry-point implicitly,
unlike NPM (which always includes the file specified by the `main` field
in package.json). The latest version now lists `index.js` in the `files`
array, allowing package specs to run after `apm install`.

/cc @hansonw
  • Loading branch information
Alhadis committed Dec 15, 2017
1 parent 3e0df5d commit 45f5202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"print": "*"
},
"devDependencies": {
"atom-mocha": ">=2.0.1",
"atom-mocha": ">=2.0.3",
"get-options": "*",
"coffee-script": "*",
"rimraf": "*",
Expand Down

0 comments on commit 45f5202

Please sign in to comment.