1
1
mirror of https://github.com/primer/css.git synced 2024-09-11 16:36:07 +03:00

move stylelint-disable to devDeps

This commit is contained in:
Shawn Allen 2019-11-01 11:17:05 -07:00
parent 0d4fe91839
commit d4f87e4763
2 changed files with 10 additions and 5 deletions

11
package-lock.json generated
View File

@ -10200,7 +10200,8 @@
"minimist": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ="
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
"dev": true
},
"minimist-options": {
"version": "3.0.2",
@ -10610,7 +10611,8 @@
"normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
"dev": true
},
"normalize-range": {
"version": "0.1.2",
@ -11216,7 +11218,8 @@
"picomatch": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.0.7.tgz",
"integrity": "sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA=="
"integrity": "sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==",
"dev": true
},
"pidtree": {
"version": "0.3.0",
@ -14755,6 +14758,7 @@
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/stylelint-disable/-/stylelint-disable-0.1.5.tgz",
"integrity": "sha512-EJqGoTCG0HU9sE8zC51g8LJ+E4HYLEGBXJv4/ThOvq0KbGEA2gByyL5KFD7gat0KLB+lpAUvFKbRNvXxo3KTqg==",
"dev": true,
"requires": {
"anymatch": "^3.1.1",
"minimist": "^1.2.0"
@ -14764,6 +14768,7 @@
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz",
"integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==",
"dev": true,
"requires": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"

View File

@ -40,8 +40,7 @@
"test-migrate": "script/test-migrate"
},
"dependencies": {
"@primer/octicons": "^9.1.1",
"stylelint-disable": "^0.1.5"
"@primer/octicons": "^9.1.1"
},
"devDependencies": {
"@storybook/addon-viewport": "5.0.11",
@ -75,6 +74,7 @@
"styled-components": "4.1.2",
"stylelint": "^10.1.0",
"stylelint-config-primer": "^9.0.0",
"stylelint-disable": "^0.1.5",
"stylelint-only": "^1.0.1",
"stylelint-scss": "^3.12.0",
"table": "5.2.3",