Skip to content

Commit

Permalink
chore(package): add uirouter/rx to changelog generator dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Oct 2, 2019
1 parent 73eac2a commit 505fba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"fixmaps:lib": "tweak_sourcemap_paths -a --include 'lib/**/*.js.map' 'lib-esm/**/*.js.map'",
"fixmaps:bundle": "tweak_sourcemap_paths -a --include '_bundles/**/*.js.map'",
"build": "run-s compile bundle fixmaps:*",
"release": "release --deps @uirouter/core",
"release": "release --deps @uirouter/core @uirouter/rx",
"test": "karma start",
"test:downstream": "test_downstream_projects",
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
Expand Down

0 comments on commit 505fba9

Please sign in to comment.