From e2ac2e90c518daafb27384315993a01dd23efc42 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Sun, 18 Oct 2015 22:43:18 +0100 Subject: [PATCH] update npm readme --- scripts/npm/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/npm/README.md b/scripts/npm/README.md index e520eae284..c83f327b9f 100644 --- a/scripts/npm/README.md +++ b/scripts/npm/README.md @@ -9,15 +9,15 @@ - `js/` - `ionic.js` the Ionic module, in System register format - `ionic.bundle.js` the Ionic bundle, contains: - * es6-module-loader.js - * system.js - * angular2.dev.js - * router.dev.js (angular2 router) - * ionic.js - * web-animations.min.js + - es6-module-loader.js + - system.js + - angular2.dev.js + - router.dev.js (angular2 router) + - ionic.js + - web-animations.min.js - `web-animations.min.js` web animations API polyfill -###Source files: +### Source files: - `src/es5` - Ionic ES5 source files in both CommonJS and System module formats - `src/es6` - Ionic ES6 source files