Skip to content

Commit

Permalink
Refactor, moved back to old setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitk05 committed Jul 18, 2020
1 parent 03c621b commit 84a66b6
Show file tree
Hide file tree
Showing 73 changed files with 52 additions and 7,114 deletions.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
node_modules
dist
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
4 changes: 0 additions & 4 deletions lerna.json

This file was deleted.

55 changes: 50 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,52 @@
{
"name": "root",
"private": true,
"devDependencies": {
"lerna": "^3.18.1"
}
"name": "react-insta-stories",
"version": "2.0.2",
"description": "A React component for Instagram like stories",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development",
"prestart": "webpack --mode development",
"start": "webpack-dev-server",
"example": "cd example && rm package-lock.json && npm install && npm start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohitk05/react-insta-stories.git"
},
"keywords": [
"stories",
"react",
"instagram"
],
"author": "mohitk05",
"license": "MIT",
"bugs": {
"url": "https://github.com/mohitk05/react-insta-stories/issues"
},
"homepage": "https://github.com/mohitk05/react-insta-stories#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@teamsupercell/typings-for-css-modules-loader": "^2.0.0",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.8.5",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"react": "^16.10.2",
"source-map-loader": "^0.2.4",
"style-loader": "^1.0.0",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1"
},
"peerDependencies": {
"react": "^16.8.2"
},
"dependencies": {}
}
1 change: 0 additions & 1 deletion packages/common/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions packages/react-insta-stories/.gitignore

This file was deleted.

209 changes: 0 additions & 209 deletions packages/react-insta-stories/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions packages/react-insta-stories/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/react-native-stories/.babelrc

This file was deleted.

10 changes: 0 additions & 10 deletions packages/react-native-stories/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions packages/react-native-stories/README.md

This file was deleted.

Loading

0 comments on commit 84a66b6

Please sign in to comment.