Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Release v1.0.4 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGrandon committed Apr 18, 2018
1 parent cbcab46 commit dc0cc1c
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions package.json
@@ -1,13 +1,10 @@
{
"name": "fusion-test-utils",
"description": "Test utilities for FusionJS",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"repository": "fusionjs/fusion-test-utils",
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"browser": {
Expand Down Expand Up @@ -51,7 +48,8 @@
"lint": "eslint . --ignore-path .gitignore",
"transpile": "npm run clean && cup build",
"build-test": "rm -rf dist-tests && cup build-tests",
"just-test": "node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
"just-test":
"node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
"test": "npm run build-test && npm run just-test",
"cover": "npm run build-test && nyc npm run just-test",
"prepublish": "npm run transpile"
Expand All @@ -69,8 +67,6 @@
"node": ">= 8.9.0"
},
"jest": {
"testMatch": [
"**/__jest__/**/*.js"
]
"testMatch": ["**/__jest__/**/*.js"]
}
}

0 comments on commit dc0cc1c

Please sign in to comment.