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
commit 0531d0699a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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