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

Commit

Permalink
Release v0.2.7 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganemone authored Jan 5, 2018
1 parent 6f12a69 commit f2e36fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "fusion-core",
"description":
"A generic entry point class for FusionJS applications that is used by the FusionJS runtime.",
"version": "0.2.6",
"description": "A generic entry point class for FusionJS applications that is used by the FusionJS runtime.",
"version": "0.2.7",
"license": "MIT",
"repository": "fusionjs/fusion-core",
"files": ["dist"],
"files": [
"dist"
],
"main": "./dist/node.cjs.js",
"module": "./dist/node.es.js",
"browser": {
Expand Down Expand Up @@ -43,8 +44,7 @@
"lint": "eslint . --ignore-path .gitignore",
"transpile": "npm run clean && cup build",
"build-test": "rm -rf dist-tests && cup build-tests",
"just-test":
"unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
"just-test": "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 && npm run just-cover",
"just-cover": "nyc --reporter=html npm run just-test",
Expand Down

0 comments on commit f2e36fc

Please sign in to comment.