Skip to content

Commit 83a8a7d

Browse files
author
Alexander Anpleenko
committed
add bower main section
1 parent 8c95e59 commit 83a8a7d

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

bower.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "css.modfiles",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
4+
"main": [
5+
"dist/modfiles.css",
6+
"dist/modfiles.without.bootstrap.css"
7+
],
48
"ignore": [
59
".idea",
610
".gitignore",

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"name": "css.modfiles",
3-
"version": "0.0.3",
4-
"description": "small library",
3+
"version": "0.0.6",
4+
"description": "small css library",
55
"main": "vaeum@yahoo.com",
6-
"directories": {
7-
"test": "test"
8-
},
96
"repository": {
107
"type": "git",
118
"url": "https://github.com/vaeum/css.modfiles.git"
@@ -16,7 +13,7 @@
1613
"author": "vaeum",
1714
"license": "ISC",
1815
"devDependencies": {
19-
"autoprefixer": "^6.1.2",
16+
"autoprefixer": "^6.2.3",
2017
"css-mqpacker": "^4.0.0",
2118
"gulp": "^3.8.11",
2219
"gulp-csso": "^1.0.1",
@@ -26,6 +23,6 @@
2623
"gulp-sass": "^2.1.1",
2724
"perfectionist": "^2.1.2",
2825
"postcss-custom-selectors": "^3.0.0",
29-
"postcss-pxtorem": "^3.1.1"
26+
"postcss-pxtorem": "^3.3.1"
3027
}
3128
}

0 commit comments

Comments
 (0)