Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
update npm author name
Browse files Browse the repository at this point in the history
  • Loading branch information
duhaime committed Apr 8, 2021
1 parent 1628562 commit 2a82528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "intertext",
"version": "0.1.0",
"author": "Douglas Duahime",
"author": "Yale DHLab",
"license": "MIT",
"description": "Visualizing text reuse",
"main": "server/server.js",
Expand All @@ -11,7 +11,7 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --port 7091 --config server/webpack.config.js",
"start": "webpack-dev-server --port 7091 --config server/webpack.config.js --open",
"build": "./node_modules/webpack/bin/webpack.js --config server/webpack.config.js",
"compress": "./node_modules/webpack/bin/webpack.js --config server/webpack.config.js",
"production": "npm run build && node server/server.js",
Expand Down

0 comments on commit 2a82528

Please sign in to comment.