There was an error while loading. Please reload this page.
1 parent 7540581 commit b92f506Copy full SHA for b92f506
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"dependencies": {
7
"suitcss-utils-align": "~0.2.2",
8
"suitcss-utils-display": "~1.0.0",
9
- "suitcss-utils-flex": "^0.3.1",
+ "suitcss-utils-flex": "^1.1.0",
10
"suitcss-utils-layout": "~0.4.2",
11
"suitcss-utils-link": "~0.5.2",
12
"suitcss-utils-offset": "~0.5.1",
@@ -15,12 +15,12 @@
15
"suitcss-utils-text": "~0.4.2"
16
},
17
"devDependencies": {
18
- "suitcss-preprocessor": "~0.4.0"
+ "suitcss-preprocessor": "^0.8.0"
19
20
"scripts": {
21
"build": "npm run setup && npm run preprocess",
22
"preprocess": "suitcss index.css build/build.css",
23
- "setup": "npm install && mkdir -p build"
+ "setup": "npm install"
24
25
"repository": {
26
"type": "git",
0 commit comments