Jon Stevens
bf8dc12f32
Create angular-input-modified@2.2.5.json
2015-08-03 18:45:34 -07:00
Simon Taylor
e86d389fbe
socket.io-client is now in socketio, not Automattic.
...
Socket.io seem to have changed their github org name to socketio. Github redirects requests so install still works with the old name, but the override is not applied, so the library won't actually load.
This change adds the additional override for the new org name, and updates the registry to point to it.
2015-08-02 18:59:01 +01:00
Nicklas Börjesson
e5431c0e89
Add base angular schema form ecosystem
2015-08-01 20:15:02 +02:00
Nicklas Börjesson
05030cfefe
Add bootstrap3-dialog to registry, with overrides
2015-08-01 18:48:09 +02:00
Guy Bedford
e5d8f8774c
Merge pull request #507 from nicklasb/patch-1
...
Fix jquery sizzle path
2015-07-30 16:12:16 +02:00
Nicklas Börjesson
6e5a4c79c2
Fix sizzle path
...
The current path points towards a nonexisting folder
2015-07-30 13:04:08 +02:00
Kuba Waliński
e803270e8a
Fixing main entry point for angular-ui-grid.
2015-07-29 20:27:09 +02:00
Jan Peša
329ff60f76
Add angular-dynamic-locale override
2015-07-29 16:48:02 +02:00
Jon Stevens
26634bc593
Update angularjs-slider@0.1.22.json
2015-07-23 15:23:09 -07:00
Jon Stevens
b4af94dd91
Update angularjs-slider@0.1.22.json
2015-07-23 14:56:22 -07:00
Jon Stevens
281ef6152c
Create angularjs-slider@0.1.22.json
2015-07-23 14:50:38 -07:00
Jan Peša
8c0d642870
Add textAngular override
2015-07-20 16:59:49 +02:00
Guy Bedford
fcccf86da0
Merge pull request #486 from Munter/hyperagent
...
Added hyperagent
2015-07-20 16:21:47 +02:00
Peter Müller
093f8aee62
Added missing URI dependency
2015-07-19 21:33:30 +02:00
Peter Müller
23bac70e44
Added hyperagent. refs #483
2015-07-19 13:56:52 +02:00
maggiben
a18d89a23c
add Semantic-UI release V2
2015-07-18 20:08:39 -03:00
Guy Bedford
c756ae8852
Merge pull request #477 from Munter/tinymce
...
Tinymce
2015-07-16 21:29:06 +02:00
Peter Müller
beb06188c6
Remove 'imports' properties in tinymce plugins overrides
2015-07-16 21:26:33 +02:00
Peter Müller
fda32ad1d7
Widen tinymce package override to all versions released under github:tinymce/tinymce-dist
2015-07-16 21:12:38 +02:00
Peter Müller
060baf2f68
Correctly wire up tinymce plugin dependencies
2015-07-16 21:10:59 +02:00
Guy Bedford
571a4bd88d
Merge pull request #472 from lookfirst/patch-13
...
fix dep for css file
2015-07-16 19:12:47 +02:00
Peter Müller
908af7a0c9
Added TinyMCE and overrides
2015-07-16 17:51:31 +02:00
Jon Stevens
b827221327
changes based on feedback from guy
2015-07-15 10:19:09 -07:00
Jon Stevens
009e45b12e
fix dep for css file
...
that said, it doesn't seem to really do anything. i don't see how this works.
2015-07-14 15:17:16 -07:00
Jon Stevens
6fae5939dd
Create angular-loading-bar@0.8.0.json
...
removed directories object, updated angular dependency to match the bower.json.
2015-07-14 15:05:57 -07:00
Guy Bedford
eee56860db
Merge pull request #464 from lookfirst/patch-7
...
Delete HumanizeDuration@3.0.0.json
2015-07-12 15:03:45 +02:00
Jon Stevens
88fdebfc8c
Create angular-carousel@0.3.12.json
2015-07-11 23:24:52 -07:00
Jon Stevens
12fcfac85e
Delete HumanizeDuration@3.0.0.json
2015-07-11 22:13:54 -07:00
Christian Meunier
5f08cee1aa
Add package override for Materialize CSS 0.97.0
2015-07-07 21:27:34 +08:00
Jon Stevens
5ea3a58505
Create HumanizeDuration.js@3.1.0.json
2015-07-03 17:34:18 -07:00
guybedford
5dcd17d35e
add typeahead
2015-06-29 19:43:04 +01:00
Guy Bedford
4b2a0a9603
Merge pull request #444 from lookfirst/timer
...
add angular-timer
2015-06-29 00:41:11 +01:00
Jon Stevens
7011bcf972
add versions
2015-06-25 09:17:36 -07:00
Jon Stevens
40f2742741
add angular-timer
2015-06-25 09:06:24 -07:00
Jon Stevens
a59b7366ed
make humanizeduration global
2015-06-25 09:00:52 -07:00
Jon Stevens
bd4d561d97
add override to moment to make it global
2015-06-24 22:08:17 -07:00
guybedford
c844d6e984
omg
2015-06-23 18:11:02 +02:00
guybedford
62e098bd34
puremvc version correction
2015-06-19 19:59:20 +02:00
Meirion Hughes
83dee73b5a
Add svg.js registry and override
2015-06-19 11:25:08 +01:00
Guy Bedford
cba17fd14b
Update puremvc-typescript-multicore-framework@1.0.0.json
2015-06-18 14:51:32 +02:00
Tim Burgess
8f09105301
"lib": "src-noconflict"
...
Some modules rely on `ace.require`, which seems to have its own internal locate/fetch algorithm and doesn't match `cjs`'s `require`. For example, `ace.require('ace/ext/themelist').themesByName` seems to fetch the file `ace/ext-themelist`, and one might think the equivalent `cjs` line would be `require('ace/ext-themelist').themesByName`, but by that method, `themesByName` is `undefined`. And even after determining the equivalent `cjs` statement, there will likely be at least a dozen or more others like it, so it's easiest to just use the `noconflict` version.
2015-06-17 09:43:15 -04:00
Guy Bedford
93a5f4dcfe
Rename puremvc-typescript-multicore-framework@1.1.json to puremvc-typescript-multicore-framework@1.0.0.json
2015-06-17 15:03:43 +02:00
guybedford
885d1fe2ed
add webgl developer tools
2015-06-16 23:47:54 +02:00
Guy Bedford
7765942382
Merge pull request #423 from sparkbuzz/master
...
File contents for multicore and standard were swapped by accident.
2015-06-15 10:56:23 +02:00
Josef van Niekerk
a036b683fc
File contents for multicore and standard were swapped by accident.
2015-06-15 09:21:44 +02:00
Aaike Van Roekeghem
6950f245cf
fix velocity
...
remove global format
2015-06-14 03:26:41 +07:00
Josef van Niekerk
ac082dc9b8
Fixed path to main.
2015-06-12 16:28:26 +02:00
Josef van Niekerk
70230daa83
Added PureMVC Standard (v1.0a) and Multicore (v1.1) repositories.
2015-06-12 08:14:50 +02:00
Guy Bedford
3dbf56ef8f
Create bower-traceur@0.0.90.json
2015-06-09 15:00:31 +02:00
Guy Bedford
d3cf48f07e
Create bower-traceur-runtime@0.0.90.json
2015-06-09 15:00:12 +02:00