Skip to content

Commit

Permalink
fix: ci, remove yarn-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Tian committed Feb 18, 2020
1 parent d927c51 commit ae9e97f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6,139 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "@jeff-tian/react-codebox",
"publishConfig": {
"access": "public"
},
"version": "0.0.0-development",
"description": "codebox component for react",
"main": "./dist/index.js",
Expand Down Expand Up @@ -42,4 +45,4 @@
"type": "git",
"url": "https://github.com/Jeff-Tian/react-codebox.git"
}
}
}
1 change: 1 addition & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@
.dashed.codebox-container .codebox-field-wrap input {
border: none;
border-bottom: 1px solid #e8d8e8;
border-radius: 0;
}
Loading

0 comments on commit ae9e97f

Please sign in to comment.