Update package grunt (#29)
* upadate grunt * upadate grunt * test * remove cmnt Co-authored-by: Amin-Titi_solidify <amin.titi@solidify.dev>
This commit is contained in:
Родитель
b6849414d0
Коммит
61af45fbd6
|
@ -57,6 +57,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
grunt.loadNpmTasks("grunt-ts");
|
grunt.loadNpmTasks("grunt-ts");
|
||||||
grunt.loadNpmTasks("grunt-exec");
|
grunt.loadNpmTasks("grunt-exec");
|
||||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -3,7 +3,7 @@
|
||||||
"@types/react": "^0.14.56",
|
"@types/react": "^0.14.56",
|
||||||
"@types/react-dom": "^0.14.20",
|
"@types/react-dom": "^0.14.20",
|
||||||
"chai": "^3.5.0",
|
"chai": "^3.5.0",
|
||||||
"grunt": "~1.0.1",
|
"grunt": "1.5.3",
|
||||||
"grunt-cli": "^1.2.0",
|
"grunt-cli": "^1.2.0",
|
||||||
"grunt-contrib-clean": "^1.0.0",
|
"grunt-contrib-clean": "^1.0.0",
|
||||||
"grunt-contrib-copy": "~1.0.0",
|
"grunt-contrib-copy": "~1.0.0",
|
||||||
|
@ -27,5 +27,8 @@
|
||||||
"version": "0.5.0",
|
"version": "0.5.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "typings install"
|
"postinstall": "typings install"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"npm": "^8.12.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,7 @@ export class Colors {
|
||||||
/** Colors holds a static method called getColors. This method allows InputParser to
|
/** Colors holds a static method called getColors. This method allows InputParser to
|
||||||
* retrieve default colors when the user inputs no colors, but has at least 1 value.
|
* retrieve default colors when the user inputs no colors, but has at least 1 value.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
public static getColors(numberOfValues: number): string[] {
|
public static getColors(numberOfValues: number): string[] {
|
||||||
/** Takes in the number of values available in the control and returns an array of
|
/** Takes in the number of values available in the control and returns an array of
|
||||||
|
|
Загрузка…
Ссылка в новой задаче