Skip to content

Commit e727118

Browse files
author
James Kolce
committed
Update version numbers
1 parent aefd71d commit e727118

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

concise.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* ConciseCSS v3.4.0
2+
* ConciseCSS v4.0.0
33
* https://github.com/ConciseCSS/concise.css
44
*
55
* Copyright 2016 James Kolce, Keenan Payne and ConciseCSS Contributors

dist/concise.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* ConciseCSS v3.4.0
2+
* ConciseCSS v4.0.0
33
* https://github.com/ConciseCSS/concise.css
44
*
55
* Copyright 2016 James Kolce, Keenan Payne and ConciseCSS Contributors

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "concise.css",
3-
"version": "3.4.0",
3+
"version": "4.0.0",
44
"description": "A lightweight front-end framework that provides functionality without the bloat.",
55
"license": "MIT",
66
"keywords": [
@@ -12,7 +12,8 @@
1212
"front-end",
1313
"framework",
1414
"web",
15-
"lightweight"
15+
"lightweight",
16+
"postcss"
1617
],
1718
"homepage": "http://concisecss.com",
1819
"bugs": "https://github.com/ConciseCSS/concise.css/issues",
@@ -21,7 +22,7 @@
2122
"url": "https://github.com/ConciseCSS/concise.css"
2223
},
2324
"engines": {
24-
"node": "<=4.2.3"
25+
"node": ">=6.0.0"
2526
},
2627
"devDependencies": {
2728
"chokidar-cli": "^1.2.0",

0 commit comments

Comments
 (0)