ga-wdi-boston / cs-data-structures

Other
0 stars 94 forks source link

Update name in package.json #8

Open MicFin opened 7 years ago

MicFin commented 7 years ago

Updating package.json from template, the name can be changed to:

{
- "name": "ga-wdi-boston.node-template",
+ "name": "ga-wdi-boston.cs-data-structures",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "start": "node bin/index.js"
  },