Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mock_data.js « plugins « source_viewer « components « vue_shared « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa874c9c081ab5e48d19184ce78120f4eb09f2dd (plain)
1
2
3
4
export const PACKAGE_JSON_FILE_TYPE = 'package_json';
export const PACKAGE_JSON_CONTENT = '{ "dependencies": { "@babel/core": "^7.18.5" } }';

export const GEMSPEC_FILE_TYPE = 'gemspec';