Skip to content

Commit

Permalink
Prep for publish (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheiny authored Jun 20, 2018
1 parent db99408 commit bd5d1e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"name": "uni-ts",
"description": "Type-safe TypeScript units of measure",
"keywords": ["units", "measure", "dimension", "metric", "typescript", "typesafe"],
"version": "0.0.1",
"license": "MIT",
"homepage": "https://github.com/jscheiny/uni-ts",
"bugs": "https://github.com/jscheiny/uni-ts/issues",
"repository": {
"type": "git",
"url": "https://github.com/jscheiny/uni-ts.git"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"codegen:produce": "npm-run-all -s compile:codegen node:codegen:produce",
"codegen:verify": "npm-run-all -s compile:codegen node:codegen:verify",
Expand Down

0 comments on commit bd5d1e6

Please sign in to comment.