Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

remove unused deps #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

remove unused deps #1

wants to merge 1 commit into from

Conversation

sergioramos
Copy link
Member

also:

  • bump version to 1.0.0 (easier to do semver that way)
  • add repository info
  • add builds for es, umd and iife
  • add prettier
  • use (almost) vanilla styleguidist
  • remove CONTRIBUTING (more relevant to the parent project )

package.json Outdated
"joyent-react-scripts": "^2.3.0",
"lint-staged": "^4.2.2",
"npm-run-all": "^4.1.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can't remove this , its used for tests

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're right 👍

package.json Outdated
"lint:css": "stylelint './src/**/*.js'",
"test": "run-s lint:js lint:css jest",
"jest": "jest --env=jsdom",
"build": "NODE_ENV=production bup",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also build needs to be styleguidist build :(

It can be any other thing but let me know to update netlify

also:
 - bump version to 1.0.0 (easier to do semver that way)
 - add repository info
 - add builds for es, umd and iife
 - add prettier
 - use (almost) vanilla styleguidist
 - remove CONTRIBUTING (more relevant to the parent project )
"fmt": "prettier --write --single-quote src/*.js",
"lint:js": "eslint . --fix",
"lint:css": "stylelint './src/**/*.js'",
"test": "run-s compile int:js lint:css jest",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is an l missing ;(

@SaraVieira
Copy link
Contributor

what does bup do ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants