Skip to content

Commit 6659dfb

Browse files
e-schultzsmithad15
authored andcommittedJul 9, 2018
v6.4.0
1 parent ba412fc commit 6659dfb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎packages/router/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-redux/router",
3-
"version": "6.3.1",
3+
"version": "6.4.0",
44
"description": "Keep your Angular 2+ router state in Redux.",
55
"main": "./lib/es5/index.js",
66
"module": "./lib/esm/index.js",
@@ -11,8 +11,7 @@
1111
},
1212
"scripts": {
1313
"prepublish": "npm run build",
14-
"build":
15-
"rimraf ./lib && npm run build:es5 && npm run build:esm && npm run build:es6",
14+
"build": "rimraf ./lib && npm run build:es5 && npm run build:esm && npm run build:es6",
1615
"postbuild": "rimraf \"src/**/*.ngfactory.ts\"",
1716
"build:es6": "ngc -p tsconfig.es6.json && npm run postbuild",
1817
"build:esm": "ngc -p tsconfig.esm.json && npm run postbuild",

0 commit comments

Comments
 (0)
Please sign in to comment.