Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
replace linter
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jan 28, 2018
1 parent 03324c2 commit 2a8e898
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions package.json
@@ -1,18 +1,14 @@
{
"name": "sublimetext-gulpfile.js",
"version": "0.1.1",
"name": "sublime-icon-fonts-legacy",
"version": "0.0.0",
"author": "Jan T. Sott",
"repositoy": "https://github.com/idleberg/sublimetext-gulpfile.js",
"repository": "https://github.com/idleberg/sublime-icon-fonts-legacy",
"license": "MIT",
"private": true,
"devDependencies": {
"gulp": "^3.9.1",
"gulp-debug": "^2.1.2",
"gulp-jsonlint": "^1.1.2",
"gulp-xml-validator": "^0.1.1",
"gulp-yaml-validate": "^1.0.2"
"sublime-linter": "^0.1.2"
},
"scripts": {
"test": "gulp lint"
"test": "sublime-linter"
}
}

0 comments on commit 2a8e898

Please sign in to comment.