From 5fd453f5f74ce40d8a9f4ab5e21f5b17d8bf84e1 Mon Sep 17 00:00:00 2001 From: wcastand Date: Wed, 6 Sep 2017 10:56:15 +0200 Subject: [PATCH] change name --- package.json | 10 +++++----- rollup.config.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9c0d581..0da38f8 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "react-calendar", + "name": "okami", "version": "0.0.1", - "main": "dist/react-calendar.cjs.js", - "module": "dist/react-calendar.esm.js", - "browser": "dist/react-calendar.umd.js", + "main": "dist/okami.cjs.js", + "module": "dist/okami.esm.js", + "browser": "dist/okami.umd.js", "author": "wcastand (https://github.com/wcastand)", "license": "MIT", "files": [ @@ -11,7 +11,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/wcastand/react-calendar.git" + "url": "https://github.com/wcastand/okami.git" }, "scripts": { "start": "nps", diff --git a/rollup.config.js b/rollup.config.js index dc0a169..48fd9f9 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -13,7 +13,7 @@ const babelConfig = { export default [ { - name: 'react-calendar', + name: 'okami', input: 'src/index.js', output: {file: pkg.browser, format: 'umd'}, external: ['react', 'recompose', 'debounce', 'prop-types', 'date-fns', 'pomeranian-durations'],