Skip to content

Commit 7bc6e53

Browse files
authored
Update package.json
1 parent f84ea6f commit 7bc6e53

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "simple-data-grapher",
3-
"version": "1.0.0",
3+
"version": "1.2.2",
44
"description": "Turns CSVs into graphs in a few simple steps; various import and export options",
55
"main": "src/PublicLab.Grapher.js",
66
"scripts": {
77
"build": "watch 'babel src -d dist/transpiled_code & browserify dist/transpiled_code/SimpleDataGrapher.js -o dist/PublicLab.Grapher.js' src",
88
"heroku-postbuild": "babel src -d dist/transpiled_code & browserify dist/transpiled_code/SimpleDataGrapher.js -o dist/PublicLab.Grapher.js",
99
"test": "./node_modules/mocha/bin/mocha --require @babel/register --require @babel/polyfill --require jsdom-global/register spec/js/",
1010
"lint": "eslint ./src ./dist ./spec --fix",
11-
"start": "http-server -c-1 -p 8000"
11+
"start": "http-server -c-1 -p $PORT",
12+
"dev_start": "http-server -c-1 -p 8000"
1213
},
1314
"repository": {
1415
"type": "git",
@@ -29,6 +30,7 @@
2930
"dependencies": {
3031
"chai": "^4.2.0",
3132
"chartjs": "^0.3.24",
33+
"express": "^4.17.1",
3234
"file-system": "^2.2.2",
3335
"googleapis": "^39.2.0",
3436
"http-server": "^0.11.1",

0 commit comments

Comments
 (0)