Skip to content

Commit

Permalink
fix: Update all dev dependencies to latest, fix main and types fi…
Browse files Browse the repository at this point in the history
…elds to reflect new directory structure
  • Loading branch information
bdfoster committed Oct 3, 2017
1 parent 0f55d83 commit 6e17b33
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "nomatic-queue",
"version": "0.0.0-development",
"description": "Collection of queues, written with TypeScript.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"build": "npm run clean && tsc",
"clean": "rm -rf src/**/*.js src/**/*.d.ts src/**/*.js.map src/*.js src/*.d.ts src/*.js.map",
Expand All @@ -18,14 +18,13 @@
"author": "Brian D. Foster <bdfoster89@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/chai": "^3.5.2",
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"chai": "^3.5.0",
"cross-env": "^4.0.0",
"mocha": "^3.5.3",
"nyc": "^10.3.2",
"semantic-release": "^8.0.4",
"source-map-support": "^0.4.18",
"chai": "^4.1.2",
"cross-env": "^5.0.5",
"mocha": "^4.0.0",
"nyc": "^11.2.1",
"semantic-release": "^8.0.3",
"ts-node": "^3.3.0",
"tslint": "^5.7.0",
"typedoc": "^0.8.0",
Expand Down

0 comments on commit 6e17b33

Please sign in to comment.