mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
updated cordova-common dependnecy to 1.1.0
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
'add': require('./math/add'),
|
||||
'ceil': require('./math/ceil'),
|
||||
'floor': require('./math/floor'),
|
||||
'max': require('./math/max'),
|
||||
'min': require('./math/min'),
|
||||
'round': require('./math/round'),
|
||||
'sum': require('./math/sum')
|
||||
};
|
||||
Reference in New Issue
Block a user