Skip to content

Commit

Permalink
Change package main file
Browse files Browse the repository at this point in the history
  • Loading branch information
denbon05 committed Mar 6, 2023
1 parent 5ba34b3 commit 42581e4
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,12 +1,12 @@
{
"name": "docker-api-node",
"version": "1.1.25",
"version": "1.1.26",
"description": "Docker Remote API driver for node",
"main": "./lib/docker",
"typings": "./lib/docker",
"main": "./dist/docker",
"typings": "./dist/docker",
"scripts": {
"watch-test": "nodemon --watch build --watch test --exec 'npm run test'",
"lint": "./node_modules/tslint/bin/tslint -c tslint.json 'src/**/*.ts'",
"lint": "npx tslint -c tslint.json 'src/**/*.ts'",
"test": "chmod +x test.sh; ./test.sh",
"gendoc": "typedoc --out docs src",
"build": "tsc"
Expand Down

0 comments on commit 42581e4

Please sign in to comment.