Browse Source

v1.1.1 + added new build + removed unused import

Skylsmoi 7 years ago
parent
commit
f902fca516
3 changed files with 2 additions and 3 deletions
  1. 1 1
      dist/tracim_lib.js
  2. 1 1
      package.json
  3. 0 1
      src/index.js

File diff suppressed because it is too large
+ 1 - 1
dist/tracim_lib.js


+ 1 - 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "tracim_lib",
3
-  "version": "1.1.0",
3
+  "version": "1.1.1",
4 4
   "main": "dist/tracim_lib.js",
5 5
   "scripts": {
6 6
     "mockapi": "node jsonserver/server.js",

+ 0 - 1
src/index.js View File

@@ -1,4 +1,3 @@
1
-import React from 'react'
2 1
 import libPopinFixed from './Component/PopinFixed/PopinFixed.jsx'
3 2
 import libPopinFixedHeader from './Component/PopinFixed/PopinFixedHeader.jsx'
4 3
 import libPopinFixedOption from './Component/PopinFixed/PopinFixedOption.jsx'