Joel Denning and GitHub
75a8e5395f
Fix angular-ui-router@0.3.1 override
...
See https://github.com/jspm/jspm-cli/pull/2200 and https://github.com/jspm/jspm-cli/issues/2197#issuecomment-269520408 for discussion. The `.js` extension should not be included in `shim` configurations.
I have tested this by doing `jspm install angular-ui-router@0.3.1 -o '{"main": "release/angular-ui-router.js", "shim": {"release/angular-ui-router": {"deps": ["angular"]}},"dependencies": {"angular": "*"}}'` locally and verified that it works.
2016-12-28 12:51:07 -07:00
Joel Denning and GitHub
4fcb12d0bd
Update angular-ui-router-bower@0.3.2.json
2016-12-14 22:09:19 -07:00
Joel Denning and GitHub
06cf409908
Add override for angular-ui-router@0.3.2
2016-12-14 21:57:42 -07:00
Ben Sandwick and GitHub
00e4a1c8b3
Update angular-ui-router-bower@0.3.1.json
...
Comments all make sense to me, something like this?
2016-06-28 12:03:32 +01:00
Ben Sandwick and GitHub
9f449534e6
Create angular-ui-router-bower@0.3.1.json
...
Since this is the package specified by jspm:angular-ui-router
2016-06-22 10:18:36 +01:00
guybedford
04b5816ea9
fix angular-ui css shim
2016-03-11 17:48:49 +02:00
Sean Lynch
af4d977104
Fix shim path for angular-ui-select
...
After removing the `directories.lib` override in https://github.com/jspm/registry/commit/1ad887e48c2d26e41c50b61d26594094ea649e5f , the path for the main shim is incorrect and is not applying the deps overrides
2016-03-09 13:16:28 -05:00
Sean Lynch
1ad887e48c
Do not override directories.lib
2016-02-09 14:09:02 -05:00
Sean Lynch
0710b16caa
angular-ui-select@0.14.0
...
Add overrides for latest release of https://github.com/angular-ui/ui-select (0.14.2). Closes #642
2016-02-09 13:49:03 -05:00
Nicklas Börjesson
633117c562
Make main into string
...
Remove formats settings
2015-08-28 18:40:51 +02:00
Nicklas Börjesson
8fd8e753e1
Update override to latest version
...
Include support for later angular versions
2015-08-28 01:53:05 +02:00
Nicklas Börjesson
97016a3343
Correct the format
2015-08-21 20:53:36 +02:00
Nicklas Börjesson
7f3da4d06c
Add ending to main reference
2015-08-21 20:46:25 +02:00
Nicklas Börjesson
7de28821f7
Add angular-ui-layout
2015-08-21 20:35:15 +02:00
James Whitney
3b707978a0
Add format to angular-ui-router
...
As you can see in [angular-ui-router.js](https://github.com/angular-ui/ui-router/blob/805e69bae319e922e4d3265b7ef565058aaff850/release/angular-ui-router.js#L10 ), `module.exports` is being used to define the module name for angular.
Setting the format here allows for the following.
```js
import angular from 'angular';
import uiRouter from 'angular-ui-router'
angular.module('app', [uiRouter]);
```
2015-08-14 10:17:26 +10:00
Kuba Waliński
e803270e8a
Fixing main entry point for angular-ui-grid.
2015-07-29 20:27:09 +02:00
guybedford
3331d52dd5
always explicitly use registry for github
2015-03-30 12:59:50 +02:00
sztobar
5bd58dbc99
Added angular-ui-select2 (depreacted select2 wrapper for angular)
2015-03-19 22:14:27 +01:00
Bartosz Gościński
bc7d52ed2b
Added angular-ui-utils
2015-02-17 13:43:50 +01:00
Douglas Duteil
65561c7133
Add angular-ui-select@0.9.6.json
2015-01-20 17:29:06 +01:00
Douglas Duteil
f8b7d2e99e
Add bootstrap-bower@0.12.0.json
2015-01-20 16:33:42 +01:00
Aleksandar Djindjic
4378dc59d8
overrides with angular as dependency
2014-11-18 11:00:24 +01:00