Skip to content

Commit 9b45338

Browse files
committed
refactor package.json
1 parent 49e81e7 commit 9b45338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"xstream": "11.x.x"
2424
},
2525
"devDependencies": {
26-
"@cycle/run": "^5.1.0",
2726
"@cycle/isolate": "^4.1.0",
27+
"@cycle/run": "^5.1.0",
2828
"@types/mocha": "^2.2.40",
2929
"@types/node": "^10.5.2",
3030
"@types/react": "16.4.0",
@@ -49,4 +49,4 @@
4949
"compile-es6": "echo 'TODO' : tsc --module es6 --outDir ./lib/es6",
5050
"test": "$(npm bin)/mocha test/*.ts --require ts-node/register --recursive"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)