Merge branch 'master' into virtual/refactor/master
commit
1afcb4311f
|
@ -12,7 +12,7 @@ Current support includes:
|
||||||
* Abstract classes and methods
|
* Abstract classes and methods
|
||||||
* Interfaces
|
* Interfaces
|
||||||
* Visibility (public, protected and private members)
|
* Visibility (public, protected and private members)
|
||||||
* Static, constant and final members
|
* Static, constant and final members (**important: see virtual/master branch**)
|
||||||
|
|
||||||
While the current focus of the project is Object-Oriented design, it is likely
|
While the current focus of the project is Object-Oriented design, it is likely
|
||||||
that ease.js will expand to other paradigms in the future.
|
that ease.js will expand to other paradigms in the future.
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"uglify-js": "<=1.0.2"
|
"uglify-js": ">1.0.2"
|
||||||
},
|
},
|
||||||
|
|
||||||
"licenses": [
|
"licenses": [
|
||||||
|
|
Loading…
Reference in New Issue