Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
wcastand committed Sep 6, 2017
1 parent 679575e commit 5fd453f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"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 <[email protected]> (https://github.com/wcastand)",
"license": "MIT",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/wcastand/react-calendar.git"
"url": "https://github.com/wcastand/okami.git"
},
"scripts": {
"start": "nps",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 5fd453f

Please sign in to comment.