We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba412fc commit 6659dfbCopy full SHA for 6659dfb
packages/router/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@angular-redux/router",
3
- "version": "6.3.1",
+ "version": "6.4.0",
4
"description": "Keep your Angular 2+ router state in Redux.",
5
"main": "./lib/es5/index.js",
6
"module": "./lib/esm/index.js",
@@ -11,8 +11,7 @@
11
},
12
"scripts": {
13
"prepublish": "npm run build",
14
- "build":
15
- "rimraf ./lib && npm run build:es5 && npm run build:esm && npm run build:es6",
+ "build": "rimraf ./lib && npm run build:es5 && npm run build:esm && npm run build:es6",
16
"postbuild": "rimraf \"src/**/*.ngfactory.ts\"",
17
"build:es6": "ngc -p tsconfig.es6.json && npm run postbuild",
18
"build:esm": "ngc -p tsconfig.esm.json && npm run postbuild",
0 commit comments