Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Moecube Store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Moecube Store
Commits
6e430b27
Commit
6e430b27
authored
Jun 15, 2016
by
Filipe Silva
Committed by
GitHub
Jun 15, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update to rc.2 (#133)
parent
bf798724
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
11 deletions
+15
-11
CHANGELOG.md
CHANGELOG.md
+4
-0
package.json
package.json
+10
-10
systemjs.config.js
systemjs.config.js
+1
-1
No files found.
CHANGELOG.md
View file @
6e430b27
<a
name=
"0.2.3"
></a>
# 0.2.2 (2016-06-15)
*
Angular 2 RC2 version
<a
name=
"0.2.2"
></a>
<a
name=
"0.2.2"
></a>
# 0.2.2 (2016-05-21)
# 0.2.2 (2016-05-21)
*
Update to Typings 1.x
*
Update to Typings 1.x
...
...
package.json
View file @
6e430b27
...
@@ -20,15 +20,15 @@
...
@@ -20,15 +20,15 @@
"author"
:
""
,
"author"
:
""
,
"license"
:
"
ISC
"
,
"license"
:
"
ISC
"
,
"dependencies"
:
{
"dependencies"
:
{
"
@angular/common
"
:
"
2.0.0-rc.
1
"
,
"
@angular/common
"
:
"
2.0.0-rc.
2
"
,
"
@angular/compiler
"
:
"
2.0.0-rc.
1
"
,
"
@angular/compiler
"
:
"
2.0.0-rc.
2
"
,
"
@angular/core
"
:
"
2.0.0-rc.
1
"
,
"
@angular/core
"
:
"
2.0.0-rc.
2
"
,
"
@angular/http
"
:
"
2.0.0-rc.
1
"
,
"
@angular/http
"
:
"
2.0.0-rc.
2
"
,
"
@angular/platform-browser
"
:
"
2.0.0-rc.
1
"
,
"
@angular/platform-browser
"
:
"
2.0.0-rc.
2
"
,
"
@angular/platform-browser-dynamic
"
:
"
2.0.0-rc.
1
"
,
"
@angular/platform-browser-dynamic
"
:
"
2.0.0-rc.
2
"
,
"
@angular/router
"
:
"
2.0.0-rc.
1
"
,
"
@angular/router
"
:
"
2.0.0-rc.
2
"
,
"
@angular/router-deprecated
"
:
"
2.0.0-rc.
1
"
,
"
@angular/router-deprecated
"
:
"
2.0.0-rc.
2
"
,
"
@angular/upgrade
"
:
"
2.0.0-rc.
1
"
,
"
@angular/upgrade
"
:
"
2.0.0-rc.
2
"
,
"
systemjs
"
:
"
0.19.27
"
,
"
systemjs
"
:
"
0.19.27
"
,
"
core-js
"
:
"
^2.4.0
"
,
"
core-js
"
:
"
^2.4.0
"
,
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
"
rxjs
"
:
"
5.0.0-beta.6
"
,
"
rxjs
"
:
"
5.0.0-beta.6
"
,
"
zone.js
"
:
"
^0.6.12
"
,
"
zone.js
"
:
"
^0.6.12
"
,
"
angular2-in-memory-web-api
"
:
"
0.0.1
0
"
,
"
angular2-in-memory-web-api
"
:
"
0.0.1
1
"
,
"
bootstrap
"
:
"
^3.3.6
"
"
bootstrap
"
:
"
^3.3.6
"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
systemjs.config.js
View file @
6e430b27
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
// Bundled (~40 requests):
// Bundled (~40 requests):
function
packUmd
(
pkgName
)
{
function
packUmd
(
pkgName
)
{
packages
[
'
@angular/
'
+
pkgName
]
=
{
main
:
pkgName
+
'
.umd.js
'
,
defaultExtension
:
'
js
'
};
packages
[
'
@angular/
'
+
pkgName
]
=
{
main
:
'
/bundles/
'
+
pkgName
+
'
.umd.js
'
,
defaultExtension
:
'
js
'
};
}
}
var
setPackageConfig
=
System
.
packageWithIndex
?
packIndex
:
packUmd
;
var
setPackageConfig
=
System
.
packageWithIndex
?
packIndex
:
packUmd
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment