Skip to content

Commit 0dd42cc

Browse files
author
bates
committed
npm run build - bug fix
1 parent 46f5ca7 commit 0dd42cc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "react-loading-ui",
3-
"version": "1.0.0",
3+
"version": "1.1.1",
44
"description": "React loaing component.",
55
"main": "index.js",
66
"scripts": {
77
"test": "react-scripts test",
8-
"build": "./node_modules/.bin/babel src --out-file index.js"
8+
"build": "./node_modules/.bin/babel src/index.js --out-file index.js"
99
},
1010
"repository": {
1111
"type": "git",

src/index.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import React from 'react';
2-
import ReactDOM from 'react-dom';
31
import {Loading} from './index';
42

53
it('renders without crashing', () => {

0 commit comments

Comments
 (0)