com.mambojambostudios.marvelous
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "com.mambojambostudios.marvelous", | ||
"displayName": "Marvelous", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"unity": "2018.1", | ||
"description": "💄 Utility library and extensions for Unity", | ||
"scripts": { | ||
"publish:pkg": "npm publish ./MarvelousUnity/Assets/Marvelous", | ||
"prepublish:pkg": "copyfiles README.md package.json ./MarvelousUnity/Assets/Marvelous", | ||
"postpublish:pkg": "rimraf ./MarvelousUnity/Assets/Marvelous/README.md ./MarvelousUnity/Assets/Marvelous/package.json" | ||
"publish:pkg": "npm publish ./marvelous-unity/Assets/Marvelous", | ||
"prepublish:pkg": "copyfiles README.md package.json ./marvelous-unity/Assets/Marvelous", | ||
"postpublish:pkg": "rimraf ./marvelous-unity/Assets/Marvelous/README.md ./marvelous-unity/Assets/Marvelous/package.json" | ||
}, | ||
@@ -21,7 +21,11 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/AdamRamberg/marvelous#readme", | ||
"homepage": "https://adamramberg.github.io/marvelous/api", | ||
"devDependencies": { | ||
"copyfiles": "^2.1.0", | ||
"rimraf": "^2.6.3" | ||
}, | ||
"dependencies": { | ||
"fs": "0.0.1-security", | ||
"xml-js": "^1.6.11" | ||
} | ||
} |
# Marvelous | ||
💄 Utility library and extensions for Unity | ||
## Installation | ||
Marvelous can be installed through npm's registry. Add the following to your `manifest.json`: | ||
# Installation | ||
Marvelous can be installed via NPM. Add the following to your `manifest.json`: | ||
``` | ||
@@ -19,3 +19,3 @@ { | ||
... | ||
"com.mambojambostudios.marvelous" : "1.0.0", | ||
"com.mambojambostudios.marvelous" : "1.0.3", | ||
... | ||
@@ -25,1 +25,2 @@ } | ||
``` | ||
[Check out Marvelous](https://www.npmjs.com/package/com.mambojambostudios.marvelous) on NPM to get the latest version. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
122815
25
2
+ Addedfs@0.0.1-security
+ Addedxml-js@^1.6.11
+ Addedfs@0.0.1-security(transitive)
+ Addedsax@1.4.1(transitive)
+ Addedxml-js@1.6.11(transitive)