Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "plait", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A minimal reactive JavaScript framework", | ||
@@ -12,2 +12,6 @@ "main": "lib/index", | ||
], | ||
"directories": { | ||
"example": "examples", | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
@@ -24,3 +28,3 @@ "test": "gulp test", | ||
"dom-delegator": "^13.1.0", | ||
"ramda": "^0.18.0", | ||
"ramda": "^0.19.0", | ||
"redux": "^3.0.5", | ||
@@ -45,3 +49,11 @@ "virtual-dom": "^2.1.1" | ||
"zombie": "^4.2.1" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/wildlyinaccurate/plait.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/wildlyinaccurate/plait/issues" | ||
}, | ||
"homepage": "https://github.com/wildlyinaccurate/plait#readme" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
1
4
196897
2569
+ Addedramda@0.19.1(transitive)
- Removedramda@0.18.0(transitive)
Updatedramda@^0.19.0