Skip to content

Commit

Permalink
release v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Jan 17, 2020
1 parent 860251e commit 26d988f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
64 changes: 32 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-engine-destination-filesystem",
"version": "0.0.10",
"version": "0.0.11",
"description": "A CodeEngine plugin that reads files from the filesystem",
"keywords": [
"code-engine-plugin",
Expand Down Expand Up @@ -42,11 +42,11 @@
},
"engineStrict": true,
"devDependencies": {
"@code-engine/lib": "0.0.16",
"@code-engine/types": "0.0.12",
"@code-engine/lib": "0.0.17",
"@code-engine/types": "0.0.13",
"@types/chai": "^4.2.7",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.6",
"@types/node": "^13.1.7",
"chai": "^4.2.0",
"chai-fs": "^2.0.0",
"coveralls": "^3.0.9",
Expand All @@ -56,12 +56,12 @@
"npm-check": "^5.9.0",
"nyc": "^15.0.0",
"shx": "^0.3.2",
"sinon": "^8.0.4",
"sinon": "^8.1.0",
"source-map-support": "^0.5.16",
"tmp": "^0.1.0",
"tslint": "^5.20.1",
"tslint-modular": "^1.4.1",
"typescript": "^3.7.4",
"typescript": "^3.7.5",
"typescript-tslint-plugin": "^0.5.5",
"version-bump-prompt": "^5.0.7"
},
Expand Down

0 comments on commit 26d988f

Please sign in to comment.