Skip to content

Commit

Permalink
Replace browser-sync with servor
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Apr 19, 2020
1 parent e2e643c commit 1be568c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1,847 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
"version": "0.4.1",
"license": "MIT",
"scripts": {
"start": "browser-sync public --watch --no-notify",
"start": "servor public --reload",
"lint": "eslint public tests --fix",
"test": "nyc ava --verbose",
"test:watch": "ava --watch",
"build": "snowpack --include 'public/**/*.js' --clean --dest 'public/web_modules' --stat --optimize",
"docs": "cd public/game; docco *.js; mv docs ../../docs",
"release": "release-it --no-npm.publish"
"release": "release-it"
},
"devDependencies": {
"ava": "^3.5.0",
"browser-sync": "^2.26.7",
"docco": "^0.8.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"nyc": "^15.0.0",
"prettier": "2.0.2",
"servor": "^3.2.0",
"snowpack": "^1.5.2"
},
"dependencies": {
Expand All @@ -38,5 +38,13 @@
"require": [
"esm"
]
},
"release-it": {
"git": {
"requireCleanWorkingDir": false
},
"npm": {
"release": false
}
}
}

0 comments on commit 1be568c

Please sign in to comment.