Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fongandrew committed Aug 2, 2017
1 parent 4f2c6cc commit 7bf26c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "ts-boilerplate",
"name": "typed-routes",
"version": "0.1.0",
"description": "Default settings for NPM package written in TypeScript",
"description": "Routes with TypeScript support",
"main": "lib/index.js",
"typings": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/fongandrew/ts-boilerplate.git"
"url": "https://github.com/esperco/typed-routes.git"
},
"author": "Andrew Fong <id@andrewfong.com>",
"homepage": "https://github.com/fongandrew/ts-boilerplate",
"homepage": "https://github.com/esperco/typed-routes",
"license": "MIT",
"devDependencies": {
"@types/blue-tape": "^0.1.31",
Expand Down

0 comments on commit 7bf26c2

Please sign in to comment.