npm package diff
Package: simple-swizzle
Versions: 0.2.2 - 0.2.3
File: package/package.json
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,8 +1,8 @@
{
"name": "simple-swizzle",
"description": "Simply swizzle your arguments",
- "version": "0.2.2",
+ "version": "0.2.3",
"author": "Qix (http://github.com/qix-)",
"keywords": [
"argument",
"arguments",
@@ -20,9 +20,12 @@
},
"files": [
"index.js"
],
- "repository": "qix-/node-simple-swizzle",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/qix-/node-simple-swizzle.git"
+ },
"devDependencies": {
"coffee-script": "^1.9.3",
"coveralls": "^2.11.2",
"istanbul": "^0.3.17",
@@ -31,6 +34,11 @@
"xo": "^0.7.1"
},
"dependencies": {
"is-arrayish": "^0.3.1"
- }
+ },
+ "bugs": {
+ "url": "https://github.com/qix-/node-simple-swizzle/issues"
+ },
+ "homepage": "https://github.com/qix-/node-simple-swizzle#readme",
+ "main": "index.js"
}