Merge pull request #14 from abraham/cache

Disable dev server cache
This commit is contained in:
Liyas Thomas
2019-08-23 02:01:01 +05:30
committed by GitHub

View File

@@ -12,7 +12,7 @@
"jshint": "^2.10.2"
},
"scripts": {
"start": "http-server",
"start": "http-server -c-1",
"test": "jshint travis.js"
}
}