Skip to content

Commit

Permalink
feat(core): Switch to @uirouter/core npm module
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Apr 20, 2017
1 parent a0efff3 commit e3f389f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ui-router-core",
"name": "@router/core",
"description": "UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps",
"version": "5.0.0-pre.1",
"version": "5.0.0",
"scripts": {
"clean": "shx rm -rf lib lib-esm",
"build": "npm run clean && tsc && tsc -m es6 --outDir lib-esm && npm run fixdts",
Expand Down

0 comments on commit e3f389f

Please sign in to comment.