Skip to content

Commit

Permalink
chore: uses lerna to become a monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Sánchez committed Nov 15, 2019
1 parent bd154af commit bd20e29
Show file tree
Hide file tree
Showing 13 changed files with 5,838 additions and 6,035 deletions.
6 changes: 6 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "independent"
}
6,007 changes: 0 additions & 6,007 deletions package-lock.json

This file was deleted.

31 changes: 3 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,7 @@
{
"name": "reffects",
"version": "0.1.6",
"description": "",
"source": "src/index.js",
"module": "dist/reffects.es.js",
"main": "dist/reffects.js",
"umd:main": "dist/reffects.umd.js",
"keywords": [],
"dependencies": {},
"name": "root",
"private": true,
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-jest": "^24.7.1",
"coveralls": "^3.0.7",
"jest": "^24.7.1",
"rollup": "^1.25.2",
"rollup-plugin-terser": "^5.1.2"
},
"scripts": {
"build": "rollup -c",
"release": "npm run build && npm t && git push && npm publish",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --coverage --coverageReporters=text-lcov | coveralls"
},
"jest": {
"watchPathIgnorePatterns": [
"node_modules"
]
"lerna": "^3.18.4"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit bd20e29

Please sign in to comment.