Pinning the angular2 dependency, and including licenses. (#893)

This commit is contained in:
CoryDCode
2017-02-02 13:29:02 -08:00
committed by GitHub
parent cab3afd677
commit 1a1646a5c4
4 changed files with 831 additions and 340 deletions

15
accessible/libs/README Normal file
View File

@@ -0,0 +1,15 @@
This folder contains the following dependencies for accessible Blockly:
* Angular2 (angular2-all.umd.min.js, angular2-polyfills.min.js)
* RxJava (Rx.umd.min)
Used for data binding between the core Blockly workspace and accessible Blockly.
RxJava is required by Angular2.
Fetched from https://code.angularjs.org/
The current version is 2.0.0-beta.16.
* ES6 Shim
Required by Angular2, for Javascript files.
Fetched from https://github.com/paulmillr/es6-shim
The current version is 0.35.1.

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long