Skip to content

Commit

Permalink
Merge pull request #130 from wentout/proto
Browse files Browse the repository at this point in the history
version update
  • Loading branch information
wentout committed Jun 16, 2021
2 parents eb97919 + 701fa42 commit e07269a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mnemonica",
"version": "0.9.938",
"version": "0.9.94",
"description": "abstract technique that aids information retention : instance inheritance system",
"type": "commonjs",
"main": "./build/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"homepage": "https://github.com/wentout/mnemonica#readme",
"devDependencies": {
"@types/node": "^13.13.48",
"@types/node": "^13.13.51",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"chai": "^4.3.4",
Expand All @@ -73,14 +73,14 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^5.2.0",
"eslint-plugin-no-arrow-this": "^1.2.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^3.0.5",
"lint-staged": "^9.2.5",
"mocha": "^7.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^14.1.1",
"tslint": "^6.1.3",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
},
"engines": {
"node": ">=8.7"
Expand Down

0 comments on commit e07269a

Please sign in to comment.