Skip to content

Commit 6c2a829

Browse files
committed
Commit
2 parents 34cac4f + 2d05b4f commit 6c2a829

5 files changed

+4
-7
lines changed

index.js

-1
This file was deleted.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-editable-list",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "An editable React list component",
55
"author": "phos-dev",
66
"license": "MIT",

react-native-editable-list-1.0.1.tgz

5.69 KB
Binary file not shown.

webpack.config.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const path = require('path');
22

33
module.exports = {
44
mode: 'production',
5-
entry: './index.js',
5+
entry: './src/index.js',
66
output: {
77
path: path.resolve('lib'),
88
filename: 'index.js',
@@ -13,9 +13,7 @@ module.exports = {
1313
{
1414
test: /\.js$/,
1515
exclude: /node_modules/,
16-
use: {
17-
loader: "babel-loader"
18-
}
16+
use: "babel-loader"
1917
}
2018
]
2119
}

0 commit comments

Comments
 (0)