Skip to content

Commit

Permalink
Merge pull request #31 from enkidevs/update-deps-and-cleanup
Browse files Browse the repository at this point in the history
Update all da deps
  • Loading branch information
nem035 authored Mar 22, 2019
2 parents 8ca78ec + 8942627 commit a942cf2
Show file tree
Hide file tree
Showing 39 changed files with 27,127 additions and 10,310 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
extends:
- '@enkidevs/eslint-config-backend'
rules:
import/no-extraneous-dependencies: off # because tests use 'jest-in-case' and 'jsonfile'
node/no-extraneous-require:
- error
- allowModules:
- jest-in-case
- jsonfile
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Build: [![CircleCI](https://circleci.com/gh/enkidevs/curriculum-processors.svg?style=svg)](https://circleci.com/gh/enkidevs/curriculum-processors)

# Enki Curriculum Processors

Note: The language used here follows this pattern:
Expand Down
10,996 changes: 4,975 additions & 6,021 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 6 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"check-branch": "enkidevs-assert-restricted-branch",
"clean": "lerna run clean",
"format": "prettier --write 'packages/*/*.js' 'packages/*/!(node_modules)/**/*.js'",
"lint": "eslint . --ignore-path .gitignore",
"pre-commit-lint": "lint-staged",
"prebuild": "npm run clean && npm test && ",
"publish-packages": "lerna publish",
"test:watch": "jest --watchAll",
"test": "jest --coverage --notify",
"test:regex": "npm test -- regexToMatchFile"
"test": "lerna run test"
},
"keywords": [
"enki",
Expand All @@ -34,15 +30,12 @@
"dependencies": {},
"devDependencies": {
"@enkidevs/assert-restricted-branch": "^1.0.2",
"@enkidevs/eslint-config-backend": "^0.1.1",
"eslint": "^5.8.0",
"@enkidevs/eslint-config-backend": "^0.3.1",
"eslint": "^5.15.3",
"husky": "^1.1.3",
"jest": "^23.1.0",
"jest-in-case": "^1.0.2",
"jsonfile": "^4.0.0",
"lerna": "^2.11.0",
"lint-staged": "^7.3.0",
"prettier": "1.13.4"
"lerna": "^3.13.1",
"lint-staged": "^8.1.5",
"prettier": "^1.16.4"
},
"husky": {
"hooks": {
Expand All @@ -59,16 +52,5 @@
"git add"
]
}
},
"jest": {
"testRegex": "packages/.*/__tests__/.*\\.test.js$",
"collectCoverageFrom": [
"**/*.{js,jsx}",
"!**/dist/**",
"!**/__tests__/**",
"!**/node_modules/**",
"!**/vendor/**",
"!**/*sandbox.js"
]
}
}
Loading

0 comments on commit a942cf2

Please sign in to comment.