oclazyload-systemjs-router
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "oclazyload-systemjs-router", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Dynamically load angular modules via routes", | ||
@@ -26,3 +26,10 @@ "main": "index.js", | ||
"url": "https://github.com/lookfirst/ocLazyLoad-SystemJS-Router.git" | ||
} | ||
}, | ||
"devDependencies": { | ||
"babel": "^4.7.8" | ||
}, | ||
"scripts": { | ||
"compile": "babel router.js -o index.js --modules system", | ||
"prepublish": "npm run-script compile" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
2505
1