Skip to content

Commit

Permalink
FirstRelease: add .npmignore file and some fields in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
flore77 committed Jul 10, 2016
1 parent 15179eb commit 0280284
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmignore
@@ -0,0 +1,2 @@
.travis.yml
.npmignore
8 changes: 8 additions & 0 deletions package.json
@@ -1,8 +1,16 @@
{
"name": "js-reporters",
"version": "1.0.0",
"description": "common reporter interface for javascript testing frameworks",
"main": "dist/js-reporters.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/js-reporters/js-reporters.git"
},
"scripts": {
"build": "rollup -c",
"prepublish": "npm run build",
"pretest": "npm run build",
"test": "standard && node test/test.js && npm run test-integration && npm run test-unit",
"test-unit": "mocha --recursive test/unit/",
Expand Down

0 comments on commit 0280284

Please sign in to comment.