-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96498a8
commit c0a7286
Showing
5 changed files
with
37 additions
and
34 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"name": "custom-permalinks", | ||
"description": "Development files for the Custom Permalinks plugin.", | ||
"version": "2.5.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/samiahmedsiddiqui/custom-permalinks.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/samiahmedsiddiqui/custom-permalinks/issues" | ||
}, | ||
"author": "Sami Ahmed Siddiqui", | ||
"scripts": { | ||
"lint": "npm run lint:css && npm run lint:js", | ||
"lint:fix": "npm run lint:css:fix && npm run lint:js:fix", | ||
"lint:css": "npx stylelint **/*.css", | ||
"lint:css:fix": "npx stylelint **/*.css --fix", | ||
"lint:js": "eslint .", | ||
"lint:js:fix": "eslint . --fix" | ||
}, | ||
"devDependencies": { | ||
"@wordpress/eslint-plugin": "13.10.0", | ||
"@wordpress/stylelint-config": "21.9.0", | ||
"eslint": "8.33.0", | ||
"gulp": "4.0.2", | ||
"gulp-clean-css": "4.3.0", | ||
"gulp-rename": "2.0.0", | ||
"gulp-uglify": "3.0.2" | ||
} | ||
"name": "custom-permalinks", | ||
"description": "Development files for the Custom Permalinks plugin.", | ||
"version": "2.5.1", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/samiahmedsiddiqui/custom-permalinks.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/samiahmedsiddiqui/custom-permalinks/issues" | ||
}, | ||
"author": "Sami Ahmed Siddiqui", | ||
"scripts": { | ||
"lint": "npm run lint:css && npm run lint:js", | ||
"lint:fix": "npm run lint:css:fix && npm run lint:js:fix", | ||
"lint:css": "npx stylelint **/*.css", | ||
"lint:css:fix": "npx stylelint **/*.css --fix", | ||
"lint:js": "eslint .", | ||
"lint:js:fix": "eslint . --fix" | ||
}, | ||
"devDependencies": { | ||
"@wordpress/eslint-plugin": "13.10.0", | ||
"@wordpress/stylelint-config": "21.9.0", | ||
"eslint": "8.33.0", | ||
"gulp": "4.0.2", | ||
"gulp-clean-css": "4.3.0", | ||
"gulp-rename": "2.0.0", | ||
"gulp-uglify": "3.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters