Skip to content

Commit f39af32

Browse files
committed
Merge remote-tracking branch 'gplus-loop/master' into gplus-master
2 parents 3e75c8e + bd8ede0 commit f39af32

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"html-webpack-plugin": "^2.30.1",
3939
"node-notifier": "^5.1.2",
4040
"node-sass": "^4.5.3",
41+
"normalize.css": "^8.0.0",
4142
"optimize-css-assets-webpack-plugin": "^3.2.0",
4243
"ora": "^1.2.0",
4344
"portfinder": "^1.0.13",

docs/yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3941,6 +3941,10 @@ normalize-url@^1.4.0:
39413941
query-string "^4.1.0"
39423942
sort-keys "^1.0.0"
39433943

3944+
normalize.css@^8.0.0:
3945+
version "8.0.0"
3946+
resolved "https://registry.yarnpkg.com/normalize.css/-/normalize.css-8.0.0.tgz#14ac5e461612538a4ce9be90a7da23f86e718493"
3947+
39443948
npm-run-path@^2.0.0:
39453949
version "2.0.2"
39463950
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"doc": "docs"
1010
},
1111
"scripts": {
12-
"test": "echo \"Error: no test specified\" && exit 1",
12+
"test": "npm run css",
1313
"css": "npm run css-compile",
1414
"css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/_loop.scss dist/loop.css"
1515
},
@@ -40,5 +40,9 @@
4040
"files": [
4141
"dist/",
4242
"scss/"
43-
]
43+
],
44+
"engines": {
45+
"node": ">= 6.0.0",
46+
"npm": ">= 3.0.0"
47+
}
4448
}

0 commit comments

Comments
 (0)