Skip to content

Commit

Permalink
Changes to migrate to Moonshot
Browse files Browse the repository at this point in the history
  • Loading branch information
cereallarceny committed Jul 5, 2019
1 parent 3fb62ab commit 34c74c3
Show file tree
Hide file tree
Showing 4 changed files with 752 additions and 464 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: [cereallarceny]
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2019 Moonshot

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,15 @@
"dist"
],
"scripts": {
"start": "rollup -c -w",
"build": "rollup -c",
"prepare": "yarn build",
"release": "release-it",
"storybook": "start-storybook",
"storybook:build": "build-storybook -c .storybook",
"predeploy": "yarn storybook:build",
"version": "auto-changelog -p && git add CHANGELOG.md",
"release": "np",
"start": "start-storybook",
"storybook-build": "build-storybook -c .storybook",
"predeploy": "yarn storybook-build",
"deploy": "gh-pages -d storybook-static && rm -rf storybook-static",
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,15 +50,16 @@
"@babel/preset-react": "^7.0.0",
"@storybook/addon-knobs": "^5.1.9",
"@storybook/react": "^5.1.9",
"auto-changelog": "^1.13.0",
"babel-loader": "^8.0.6",
"d3": "^5.9.7",
"gh-pages": "^2.0.1",
"husky": "^3.0.0",
"np": "^5.0.3",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"release-it": "^12.3.0",
"rollup": "^1.16.4",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
Expand Down
Loading

0 comments on commit 34c74c3

Please sign in to comment.