Skip to content

Commit

Permalink
modify modules/yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed Jul 20, 2018
1 parent 2a0f276 commit ec17845
Show file tree
Hide file tree
Showing 8 changed files with 275 additions and 14,662 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
@@ -1,16 +1,12 @@
[submodule "fontawesome"]
path = packages/react-icons/src/icons/fontawesome
url = https://github.com/FortAwesome/Font-Awesome.git
shallow = true
[submodule "material-design-icons"]
path = packages/react-icons/src/icons/material-design-icons
url = https://github.com/google/material-design-icons.git
shallow = true
[submodule "typicons"]
path = packages/react-icons/src/icons/typicons
url = https://github.com/stephenhutchings/typicons.font.git
shallow = true
[submodule "ionicons"]
path = packages/react-icons/src/icons/ionicons
url = https://github.com/ionic-team/ionicons.git
shallow = true
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -7,12 +7,11 @@ git:
submodules: false
cache:
yarn: true
directories:
- .git/modules

install:
- yarn
- git submodule init
- yarn submodule
- yarn
jobs:
include:
- stage: build packages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
},
"scripts": {
"submodule": "git submodule update --init --recursive",
"submodule-deinit": "git submodule deinit",
"submodule-deinit": "git submodule deinit --all",
"netlify": "netlify",
"lint": "node ./node_modules/eslint/bin/eslint.js ."
}
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Expand Up @@ -6,7 +6,7 @@
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-scripts": "1.1.4",
"react-icons": "*"
"react-icons": "3.0.0-beta.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit ec17845

Please sign in to comment.