Commit 97826e89 authored by Nikolay Gromov's avatar Nikolay Gromov

settings to package.json

parent a9d8db04
This diff is collapsed.
...@@ -8,7 +8,10 @@ ...@@ -8,7 +8,10 @@
}, },
"author": "Nikolay Gromov", "author": "Nikolay Gromov",
"license": "MIT", "license": "MIT",
"repository": "nicothin/NTH-start-project", "repository": {
"type": "git",
"url": "https://github.com/nicothin/NTH-start-project.git"
},
"devDependencies": { "devDependencies": {
"autoprefixer": "^6.3.3", "autoprefixer": "^6.3.3",
"browser-sync": "^2.11.1", "browser-sync": "^2.11.1",
...@@ -33,5 +36,12 @@ ...@@ -33,5 +36,12 @@
"gulp-svgstore": "^5.0.5", "gulp-svgstore": "^5.0.5",
"gulp-uglify": "^1.5.2", "gulp-uglify": "^1.5.2",
"imagemin-pngquant": "^4.2.0" "imagemin-pngquant": "^4.2.0"
},
"config": {
"directories": {
"source": "./src",
"build": "./build",
"blocks": "./src/blocks"
}
} }
} }
...@@ -20,5 +20,3 @@ ...@@ -20,5 +20,3 @@
@import "global_grid.less"; @import "global_grid.less";
@import (less) "../blocks/demo-block/demo-block.less"; @import (less) "../blocks/demo-block/demo-block.less";
// @import "../blocks/demo-block/demo-block--mod.less";
// @import "../blocks/temp-block/temp-block.less";
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment