We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f5ca7 commit 0dd42ccCopy full SHA for 0dd42cc
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "react-loading-ui",
3
- "version": "1.0.0",
+ "version": "1.1.1",
4
"description": "React loaing component.",
5
"main": "index.js",
6
"scripts": {
7
"test": "react-scripts test",
8
- "build": "./node_modules/.bin/babel src --out-file index.js"
+ "build": "./node_modules/.bin/babel src/index.js --out-file index.js"
9
},
10
"repository": {
11
"type": "git",
src/index.test.js
@@ -1,5 +1,3 @@
-import React from 'react';
-import ReactDOM from 'react-dom';
import {Loading} from './index';
it('renders without crashing', () => {
0 commit comments