Skip to content

Commit

Permalink
contextual styles
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Aug 10, 2021
1 parent d591ce2 commit 9a2742e
Show file tree
Hide file tree
Showing 14 changed files with 374 additions and 268 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./dist')
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build": "babel src --out-dir dist",
"test": "ava",
"lint": "xo",
"prepublishOnly": "yarn build && yarn test && yarn lint --quiet"
"prepublishOnly": "rm -rf dist && yarn build"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 9a2742e

Please sign in to comment.