1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-26 22:44:44 +02:00

Merge: resolve conflict n merge master

This commit is contained in:
Kushagra Gour
2018-02-03 14:50:52 +05:30
8 changed files with 1599 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "web-maker",
"version": "2.9.6",
"version": "2.9.7",
"description": "A blazing fast & offline web playground",
"main": "index.html",
"devDependencies": {
@@ -16,7 +16,8 @@
"sw-precache": "^5.2.0"
},
"scripts": {
"install": "ln -sf ../../git-hooks/pre-commit .git/hooks/pre-commit"
"install": "ln -sf ../../git-hooks/pre-commit .git/hooks/pre-commit",
"lint": "eslint src/*.js"
},
"repository": {
"type": "git",