Skip to content

Commit

Permalink
fix package file
Browse files Browse the repository at this point in the history
  • Loading branch information
dancespiele committed Mar 9, 2018
1 parent cc0bc5f commit 6feb82e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "spiel-server",
"version": "0.1.3",
"version": "0.1.4",
"description": "Middleware framework to make easy to write backend applications",
"main": "index.js",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"scripts": {
"test": "lab -v --sourcemaps --transform node_modules/lab-transform-typescript test/spiel.server.test.ts",
"lint": "./node_modules/tslint/bin/tslint 'src/**/*.ts'",
Expand Down

0 comments on commit 6feb82e

Please sign in to comment.