EVOLUTION-MANAGER
Edit File: package.json
{ "name": "bootswatch", "description": "Bootswatch is a collection of themes for Bootstrap.", "version": "5.1.3", "author": "Thomas Park", "homepage": "https://bootswatch.com", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/thomaspark/bootswatch.git" }, "bugs": { "url": "https://github.com/thomaspark/bootswatch/issues" }, "scripts": { "build": "grunt swatch", "docs": "grunt docs", "htmllint": "grunt htmllint", "stylelint": "stylelint \"**/*.scss\" --rd", "release": "grunt release", "test": "npm run stylelint" }, "files": "dist/**/*.{css,scss}" }