Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Update package.json entry
Browse files Browse the repository at this point in the history
  • Loading branch information
naoufal committed Nov 12, 2015
1 parent 5d482c1 commit de5a625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit de5a625

Please sign in to comment.