Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #199 from kturney/patch-1
Browse files Browse the repository at this point in the history
whitelist files to publish to npm
  • Loading branch information
Turbo87 authored May 3, 2017
2 parents 288a63c + c7469de commit 06fb9b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"name": "ember-cli-mocha",
"version": "0.14.0",
"description": "Mocha and Chai tests for ember-cli applications",
"files": [
"blueprints/",
"templates/",
"vendor/",
"index.js"
],
"keywords": [
"chai",
"ember",
Expand Down

0 comments on commit 06fb9b8

Please sign in to comment.