1
1
mirror of https://github.com/primer/css.git synced 2024-12-28 08:31:58 +03:00

Merge pull request #166 from RobLoach/patch-1

Fix dependencies as devDependencies
This commit is contained in:
Jon Rohan 2016-01-21 08:41:03 -05:00
commit eff96019c1

View File

@ -11,13 +11,14 @@
}, },
"devDependencies": { "devDependencies": {
"autoprefixer-core": "~5.2.1", "autoprefixer-core": "~5.2.1",
"grunt": "~0.4.5", "grunt": "^0.4.5",
"grunt-build-control": "~0.2.0", "grunt-autoprefixer": "^2.2.0",
"grunt-jekyll": "~0.4.2", "grunt-build-control": "^0.2.2",
"grunt-parker": "~0.1.0", "grunt-jekyll": "^0.4.2",
"grunt-sass": "~1.0.0", "grunt-parker": "^0.1.3",
"grunt-contrib-watch": "~0.6.1", "grunt-sass": "^1.0.0",
"grunt-postcss": "~0.5.1" "grunt-contrib-watch": "^0.6.1",
"grunt-postcss": "^0.5.1"
}, },
"description": "Primer is the CSS toolkit that powers GitHub's front-end design. It's purposefully limited to common components to provide our developers with the most flexibility, and to keep GitHub uniquely *GitHubby*. It's built with SCSS and available via Bower, so it's easy to include all or part of it within your own project.", "description": "Primer is the CSS toolkit that powers GitHub's front-end design. It's purposefully limited to common components to provide our developers with the most flexibility, and to keep GitHub uniquely *GitHubby*. It's built with SCSS and available via Bower, so it's easy to include all or part of it within your own project.",
"bugs": { "bugs": {
@ -27,15 +28,6 @@
"directories": { "directories": {
"doc": "docs" "doc": "docs"
}, },
"dependencies": {
"grunt-jekyll": "^0.4.2",
"grunt-autoprefixer": "^2.2.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.0.0",
"grunt-parker": "^0.1.3",
"grunt": "^0.4.5",
"grunt-build-control": "^0.2.2"
},
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },