@lingk/sync 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,8 +1,2 @@
1
- npm i
1
+ # Wizard Framework
2
2
 
3
- npm start
4
-
5
- npm run build
6
-
7
- after building, fix routes in index.html
8
- and remove hashes from main.js and main.css file names
package/package.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "name": "@lingk/sync",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "author": "Evan Feenstra",
5
- "files":["build/lingk"],
5
+ "files": [
6
+ "build/lingk"
7
+ ],
6
8
  "devDependencies": {
7
9
  "autoprefixer": "6.5.1",
8
10
  "babel-core": "6.17.0",
@@ -51,6 +53,7 @@
51
53
  "dependencies": {
52
54
  "axios": "^0.15.3",
53
55
  "react": "^15.4.1",
56
+ "react-bootstrap": "^0.30.7",
54
57
  "react-dom": "^15.4.1",
55
58
  "react-lightning-design-system": "^2.2.3",
56
59
  "react-redux": "^5.0.1",