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

Commit f839f53

Browse files
ganemonefusion-bot[bot]
authored and
fusion-bot[bot]
committed
Release v1.0.4
#99
1 parent 02aecab commit f839f53

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "fusion-tokens",
33
"description": "Dependency injection tokens for FusionJS",
4-
"version": "1.0.4-0",
5-
"files": ["dist", "src"],
4+
"version": "1.0.4",
5+
"files": [
6+
"dist",
7+
"src"
8+
],
69
"main": "./dist/index.js",
710
"module": "./dist/index.es.js",
811
"browser": {
@@ -42,8 +45,7 @@
4245
"lint": "eslint . --ignore-path .gitignore",
4346
"transpile": "npm run clean && cup build",
4447
"build-test": "rm -rf dist-tests && cup build-tests",
45-
"just-test":
46-
"unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
48+
"just-test": "unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
4749
"test": "npm run build-test && npm run just-test",
4850
"cover": "npm run build-test && npm run just-cover",
4951
"just-cover": "nyc --reporter=html npm run just-test",

0 commit comments

Comments
 (0)