d26edb0f1b
chore(): move ionic's dependencies into peerDependencies. ( #8488 )
...
* chore(): move ionic's dependencies into peerDependencies.
* Update package.json
Added compiler-cli back as a peer dependency.
2016-10-10 13:16:56 -05:00
eb2b879b37
chore(dependencies): pulling out ionicons and ionic-native from behind ionic-angular
2016-09-26 15:33:40 -05:00
4903bc81e4
chore(dependencies): update ionic-angular dependencies to include compiler-cli
2016-09-26 15:14:47 -05:00
1bf85c4d76
chore(build): update ionic-angular dependencies to match internal discussion
2016-09-25 11:21:59 -05:00
4c57873c09
chore(build): move to rollup for e2e, move to es6 imports and type definitions
...
move to rollup for e2e, move to es6 imports and type definitions
2016-09-20 01:02:39 -05:00
da4970e176
chore(build): move back to rxjs instead of es6 rxjs
2016-09-19 16:22:00 -05:00
9fca394bdb
chore(polyfill): break DOM polyfills into external file
2016-09-19 08:56:25 -05:00
1d403b26ed
chore(polyfill): fix gulp polyfill references
2016-09-16 00:48:15 -05:00
3710671d79
chore(build): clean up dependencies
2016-09-15 23:50:21 -05:00
79e52dde41
chore: fix package.json error
2016-09-13 18:41:04 -04:00
ce78194207
feat(): add polyfill task
...
* feat(): polyfills task
* fix(): remove base option
* fix(): minification and small polyfills
* fix(): add readme and new file names
* fix(): change task names
* fix(): naming changes
2016-09-13 18:28:45 -04:00
8349e855dc
chore(package): update dependencies
2016-09-13 15:13:57 -05:00
91f66d8972
chore(): cleanup unused modules
2016-07-11 23:00:45 -05:00
4d56219a4c
refactor(forms): upgrade to @angular/forms
2016-06-30 21:54:48 -05:00
b0a1151a0f
chore(readme): update npm readme
2016-06-29 14:02:41 -05:00
9c896f59bc
chore(package): generate dist package.json from root package.json
...
Closes #6854
2016-06-29 13:44:36 -05:00
4479a019a7
chore(CI): v2 -> master
2016-06-24 12:15:58 -05:00
e06581d84c
chore(angular): update to angular 2.0.0-rc.3
2016-06-22 14:27:08 -05:00
c15269341f
chore(ionic): release beta.9
2016-06-16 11:55:06 -05:00
b5107cdaf1
chore(build): create es2015 modules when publishing
2016-06-08 20:56:18 -05:00
4b36c3430d
chore(angular): update to angular 2.0.0-rc.1
2016-05-05 10:45:49 -07:00
87d1983f48
chore(package): update README
2016-03-07 09:52:35 -06:00
8faba7d5d2
chore(): update READMEs to new package name
2016-03-01 18:06:33 -06:00
4a9013e02e
chore(npm): update package description
...
Related: https://github.com/npm/newww/issues/1864 .
2016-02-25 13:34:36 -06:00
1cfca53f9d
chore(npm): publish package as 'ionic-angular'
...
BREAKING CHANGE: imports from the framework were:
```
import {Platform} from 'ionic-framework/ionic';
```
and are now:
```
import {Platform} from 'ionic-angular';
```
2016-02-22 13:25:55 -06:00
e5ba6a65e2
chore(package): update repo url
2016-02-18 13:35:42 -06:00
5d4c9f5209
Update README.md
2016-02-18 13:34:22 -06:00
ce0e875a8f
Update README.md
2016-02-18 13:32:35 -06:00
96138d6882
Update README.md
2016-02-18 13:29:43 -06:00
83432bc919
Update README.md
2016-02-18 13:29:33 -06:00
7f717b128b
chore(package): change license to MIT
2016-02-14 16:28:59 -06:00
5c0fd47816
chore(): don't publish snapshot scripts
2016-02-05 10:47:19 -06:00
dcc20fa983
fix(generators): use mkdirp-no-bin
...
When using npm link to develop against Ionic locally, most setups by
default require the use of 'sudo', which then requires the gulp clean
task to also be run with sudo. Switch to mkdirp-no-bin so there are no
root owned files in dist/node_modules when using sudo npm link.
2016-02-04 15:23:00 -06:00
9acd56ef51
chore(publish): read versions from root package.json
2016-01-21 10:50:58 -06:00
01d7eea9e0
chore(package): add caret to angular peerDep
2016-01-20 16:41:41 -06:00
94ef1f4ce1
chore(package): add npm keywords property
2016-01-20 09:09:19 -06:00
d15fdcf7fc
build(publish): gulp publish task
2015-12-21 17:11:03 -06:00
bc82c4c337
update README.md
2015-12-18 18:15:12 -06:00
3ab3de56e3
chore(): have separate README for npm package
2015-12-18 17:55:18 -06:00
3927ee8957
chore(publish): updating npm version to alpha.44
2015-12-17 15:56:36 -05:00
1e0885281a
update package angular dependency
2015-12-17 10:23:51 -06:00
eed026a45a
add package task
2015-12-14 15:05:54 -06:00
6d17d9d185
minify bundle task
2015-12-14 14:02:05 -06:00
723a4f2847
only create single CommonJS bundle
2015-12-10 16:41:57 -06:00
99cb565312
bundle gulp task
...
Use webpack to create two UMD bundles - one of just ionic that
expects Angular2 to be an external module, the other that includes
zone.js, reflect-metadata, and angular2 as well.
2015-12-10 16:39:56 -06:00
f72a0e0f5a
chore(build): update npm package information
2015-11-02 11:29:16 -06:00
e2ac2e90c5
update npm readme
2015-10-18 22:43:18 +01:00
e157f1ff1f
Update README.md
2015-10-16 15:15:24 -05:00
ec51852af0
chore(): update npm package.json
2015-10-16 15:05:00 -05:00
257aa5bfba
burn traceur runtime
2015-10-09 09:57:36 -05:00