Commit Graph

22 Commits

Author SHA1 Message Date
Josh Thomas
b5107cdaf1 chore(build): create es2015 modules when publishing 2016-06-08 20:56:18 -05:00
Adam Bradley
4b36c3430d chore(angular): update to angular 2.0.0-rc.1 2016-05-05 10:45:49 -07:00
Tim Lancina
4a9013e02e chore(npm): update package description
Related: https://github.com/npm/newww/issues/1864.
2016-02-25 13:34:36 -06:00
Tim Lancina
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
Adam Bradley
e5ba6a65e2 chore(package): update repo url 2016-02-18 13:35:42 -06:00
Tim Lancina
7f717b128b chore(package): change license to MIT 2016-02-14 16:28:59 -06:00
Tim Lancina
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
Tim Lancina
9acd56ef51 chore(publish): read versions from root package.json 2016-01-21 10:50:58 -06:00
Tim Lancina
01d7eea9e0 chore(package): add caret to angular peerDep 2016-01-20 16:41:41 -06:00
Adam Bradley
94ef1f4ce1 chore(package): add npm keywords property 2016-01-20 09:09:19 -06:00
Adam Bradley
d15fdcf7fc build(publish): gulp publish task 2015-12-21 17:11:03 -06:00
Brandy Carney
3927ee8957 chore(publish): updating npm version to alpha.44 2015-12-17 15:56:36 -05:00
Tim Lancina
1e0885281a update package angular dependency 2015-12-17 10:23:51 -06:00
Tim Lancina
eed026a45a add package task 2015-12-14 15:05:54 -06:00
Tim Lancina
f72a0e0f5a chore(build): update npm package information 2015-11-02 11:29:16 -06:00
Adam Bradley
ec51852af0 chore(): update npm package.json 2015-10-16 15:05:00 -05:00
Tim Lancina
fe4f0ab6dc update npm package dependencies 2015-10-09 09:55:04 -05:00
Tim Lancina
e0a81e3e26 use rtts_assert alpha.37 for npm package 2015-10-09 09:15:49 -05:00
Tim Lancina
ca6b562d72 add rx as a framework dependency 2015-09-14 16:50:23 -05:00
Tim Lancina
91d1c5b5f7 chore(publish): specify files to publish to npm 2015-09-09 15:56:53 -05:00
Tim Lancina
02db50e96d add angular version to publish task 2015-09-06 22:11:46 -05:00
Tim Lancina
83de0ed2ba npm publish gulp task 2015-08-20 15:29:53 -05:00