Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 456c4b6

Browse files
committed
Update README.md
1 parent 67a7c21 commit 456c4b6

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

‎README.md

+2-27
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ module: {
3636
// use sass:
3737
module: {
3838
loaders: [{
39-
test: /\.styl$/,
39+
test: /\.scss$/,
4040
loader: 'react-native-css-loader!sass-loader'
4141
}]
4242
}
4343

4444
// use less:
4545
module: {
4646
loaders: [{
47-
test: /\.styl$/,
47+
test: /\.less$/,
4848
loader: 'react-native-css-loader!less-loader'
4949
}]
5050
}
@@ -63,28 +63,3 @@ check this file: `index.js`
6363
- Make sure your features are fully tested
6464
- Publish your local branch, Open a pull request
6565
- Enjoy hacking <3
66-
67-
### MIT license
68-
Copyright (c) 2015 thewei
69-
70-
Permission is hereby granted, free of charge, to any person obtaining a copy
71-
of this software and associated documentation files (the &quot;Software&quot;), to deal
72-
in the Software without restriction, including without limitation the rights
73-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
74-
copies of the Software, and to permit persons to whom the Software is
75-
furnished to do so, subject to the following conditions:
76-
77-
The above copyright notice and this permission notice shall be included in
78-
all copies or substantial portions of the Software.
79-
80-
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
81-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
82-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
83-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
84-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
85-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
86-
THE SOFTWARE.
87-
88-
---
89-
![docor]()
90-
built upon love by [docor](git+https://github.com/turingou/docor.git) v0.3.0

0 commit comments

Comments
 (0)