"version": "0.1.0", "main": [ "dist/unicorns.js", "dist/unicorns.css" ], "moduleType": [ "amd", "globals" ], "license": "MIT", "ignore": [ "test" ] } • No need to use it • Use git tags instead • Use semver
"version": "0.1.0", "main": [ "dist/unicorns.js", "dist/unicorns.css" ], "moduleType": [ "amd", "globals" ], "license": "MIT", "ignore": [ "test" ] } • Very important for processing tools • Supported types: amd, node, es6, globals, yui • You don’t need to support all of them