Commit Graph

38 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
87d1983f48 chore(package): update README 2016-03-07 09:52:35 -06:00
Tim Lancina
8faba7d5d2 chore(): update READMEs to new package name 2016-03-01 18:06:33 -06: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
Max Lynch
5d4c9f5209 Update README.md 2016-02-18 13:34:22 -06:00
Max Lynch
ce0e875a8f Update README.md 2016-02-18 13:32:35 -06:00
Max Lynch
96138d6882 Update README.md 2016-02-18 13:29:43 -06:00
Max Lynch
83432bc919 Update README.md 2016-02-18 13:29:33 -06:00
Tim Lancina
7f717b128b chore(package): change license to MIT 2016-02-14 16:28:59 -06:00
Tim Lancina
5c0fd47816 chore(): don't publish snapshot scripts 2016-02-05 10:47:19 -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
Tim Lancina
bc82c4c337 update README.md 2015-12-18 18:15:12 -06:00
Tim Lancina
3ab3de56e3 chore(): have separate README for npm package 2015-12-18 17:55:18 -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
6d17d9d185 minify bundle task 2015-12-14 14:02:05 -06:00
Tim Lancina
723a4f2847 only create single CommonJS bundle 2015-12-10 16:41:57 -06:00
Tim Lancina
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
Tim Lancina
f72a0e0f5a chore(build): update npm package information 2015-11-02 11:29:16 -06:00
Adam Bradley
e2ac2e90c5 update npm readme 2015-10-18 22:43:18 +01:00
Adam Bradley
e157f1ff1f Update README.md 2015-10-16 15:15:24 -05:00
Adam Bradley
ec51852af0 chore(): update npm package.json 2015-10-16 15:05:00 -05:00
Tim Lancina
257aa5bfba burn traceur runtime 2015-10-09 09:57:36 -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
7dccc0bdbb create README for npm package
Closes #71.
2015-10-06 13:38:52 -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