Icon refactor

This commit is contained in:
sonny 2020-03-22 22:26:14 +01:00
parent dc2fb681d0
commit ab5d9ea46d
14 changed files with 133 additions and 199 deletions

View file

@ -4,10 +4,10 @@
"description": "Application for viewing RSS feeds",
"main": "index.js",
"scripts": {
"lint": "prettier \"src/newsreader/js/**/*.js\" --check",
"format": "prettier \"src/newsreader/js/**/*.js\" --write",
"lint": "npx prettier \"src/newsreader/js/**/*.js\" --check",
"format": "npx prettier \"src/newsreader/js/**/*.js\" --write",
"watch": "npx gulp watch",
"test": "jest",
"test": "npx jest",
"test:watch": "npm test -- --watch"
},
"repository": {
@ -49,7 +49,7 @@
"gulp-sass": "^4.0.2",
"jest": "^24.9.0",
"node-fetch": "^2.6.0",
"node-sass": "^4.13.0",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",