Update Angular Material to use cjs format with entry point set to index
This commit is contained in:
@@ -4,7 +4,3 @@ node_js:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
notifications:
|
|
||||||
email:
|
|
||||||
recipients:
|
|
||||||
- i@2fd.me
|
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"main": "index",
|
||||||
|
"format":"cjs",
|
||||||
|
"registry": "jspm",
|
||||||
|
"dependencies": {
|
||||||
|
"angular": "^1.3.15",
|
||||||
|
"angular-animate": "^1.3.15",
|
||||||
|
"angular-aria": "^1.3.15",
|
||||||
|
"css": "^0.1.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,20 +1,11 @@
|
|||||||
{
|
{
|
||||||
"main": "angular-material",
|
"main": "index",
|
||||||
"shim": {
|
"format":"cjs",
|
||||||
"angular-material": {
|
|
||||||
"deps": [
|
|
||||||
"./angular-material.css!",
|
|
||||||
"angular",
|
|
||||||
"angular-animate",
|
|
||||||
"angular-aria"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"registry": "jspm",
|
"registry": "jspm",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"angular": "^1.3.0",
|
"angular": "^1.3.15",
|
||||||
"angular-animate": "^1.3.0",
|
"angular-animate": "^1.3.15",
|
||||||
"angular-aria": "^1.3.0",
|
"angular-aria": "^1.3.15",
|
||||||
"css": "^0.1.0"
|
"css": "^0.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user