Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chasebrewsky committed Dec 27, 2018
1 parent 936c36f commit 1fa2c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "difuse",
"version": "0.0.0",
"version": "0.1.0",
"description": "IOC framework for node projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"prepare": "npm run build"
},
"engines": {
"node" : ">=8.0.0"
"node": ">=8.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1fa2c65

Please sign in to comment.