* upadate grunt

* upadate grunt

* test

* remove cmnt

Co-authored-by: Amin-Titi_solidify <amin.titi@solidify.dev>
This commit is contained in:
AminTi 2022-06-28 14:03:06 +02:00 коммит произвёл GitHub
Родитель b6849414d0
Коммит 61af45fbd6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 20463 добавлений и 1 удалений

Просмотреть файл

@ -57,6 +57,8 @@
} }
} }
}); });
grunt.loadNpmTasks("grunt-ts"); grunt.loadNpmTasks("grunt-ts");
grunt.loadNpmTasks("grunt-exec"); grunt.loadNpmTasks("grunt-exec");

20456
package-lock.json сгенерированный Normal file

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -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