diff --git a/package.json b/package.json index 6ab8d96..1ed41a0 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "unsplash", + "name": "unsplash-js", "version": "0.1.0", - "description": "A JavaScript client for the Unsplash API.", - "main": "lib/index.js", + "description": "A Universal JavaScript wrapper for the Unsplash API", + "main": "lib/unsplash.js", "scripts": { "build": "npm run build:lib && npm run build:umd && npm run build:umd:min && npm run build:examples", "build:examples": "cp dist/unsplash.min.js examples/umd/public/unsplash.min.js",