Skip to content

Commit 93ee317

Browse files
author
Keenan Payne
committed
Update to v3.0.0
1 parent 0444a3c commit 93ee317

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

bower.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "concise",
33
"description": "A lightweight front-end framework that provides functionality without the bloat.",
4-
"version": "2.1.0",
4+
"version": "3.0.0",
55
"ignore": [
66
".gitignore",
7+
".editorconfig",
78
"README.md",
8-
"package.json",
9-
"Gulpfile.js"
9+
"LICENSE",
10+
"package.json"
1011
],
1112
"keywords": [
1213
"css",
13-
"js",
1414
"scss",
1515
"sass",
1616
"mobile-first",
@@ -21,7 +21,6 @@
2121
],
2222
"homepage": "http://concisecss.com",
2323
"main": [
24-
"dist/css/concise.css",
25-
"dist/js/concise.js"
24+
"dist/concise.css"
2625
]
2726
}

0 commit comments

Comments
 (0)