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

Commit

Permalink
Merge pull request #767 from Financial-Times/stylelint-order
Browse files Browse the repository at this point in the history
Move `stylelint-order` to `dependencies` from `devDependencies`
  • Loading branch information
notlee authored May 4, 2020
2 parents 32011c6 + 2781c4f commit a931d2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
23 changes: 2 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"snyk": "^1.317.0",
"stylelint": "^13.2.1",
"stylelint-scss": "^3.17.1",
"stylelint-order": "^4.0.0",
"update-notifier": "^4.1.0"
},
"devDependencies": {
Expand All @@ -75,13 +76,11 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-objects": "^1.1.1",
"eslint-plugin-promise": "^4.2.1",
"is-es5-syntax": "^1.0.1",
"nixt": "^0.5.1",
"node-version": "^2.0.0",
"npm-prepublish": "^1.2.3",
"rimraf": "^3.0.2",
"unique-temp-dir": "^1.0.0",
"stylelint-order": "^4.0.0"
"unique-temp-dir": "^1.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a931d2d

Please sign in to comment.