We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15179eb commit 0280284Copy full SHA for 0280284
.npmignore
@@ -0,0 +1,2 @@
1
+.travis.yml
2
+.npmignore
package.json
@@ -1,8 +1,16 @@
{
"name": "js-reporters",
3
"version": "1.0.0",
4
+ "description": "common reporter interface for javascript testing frameworks",
5
+ "main": "dist/js-reporters.js",
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/js-reporters/js-reporters.git"
10
+ },
11
"scripts": {
12
"build": "rollup -c",
13
+ "prepublish": "npm run build",
14
"pretest": "npm run build",
15
"test": "standard && node test/test.js && npm run test-integration && npm run test-unit",
16
"test-unit": "mocha --recursive test/unit/",
0 commit comments