Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
vdg committed Sep 20, 2020
1 parent c881a1f commit eafcd49
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11,259 deletions.
36 changes: 0 additions & 36 deletions .babelrc

This file was deleted.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
"license": "AGPL-3.0-only",
"repository": "TheRougeProject/rouge.js",
"scripts": {
"prepublish": "yarn run build",
"prepublish": "npm run build",
"release": "release-it",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"example-node": "babel-node examples/node.js",
"lint": "yarn run lint:eslint",
"lint": "npm run lint:eslint",
"lint:eslint": "eslint src/*.js test/*.js",
"test": "jest --verbose",
"test:coverage": "jest --coverage",
"test:watch": "clear && jest --watch",
"test:create": "jest --testPathIgnorePatterns='[]' -- __tests__/create.js",
"lint:test": "yarn run lint && yarn run test:coverage",
"build": "yarn run lint:test && yarn run build:rollup",
"lint:test": "npm run lint && npm run test:coverage",
"build": "npm run lint:test && npm run build:rollup",
"build:rollup": "rimraf dist/ && cross-env VERSION=$npm_package_version rollup -c"
},
"release-it": {
Expand All @@ -59,10 +59,10 @@
]
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.6",
"@babel/node": "^7.8.4",
"@babel/preset-env": "^7.8.6",
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/preset-env": "^7.11.5",
"@rollup/plugin-replace": "^2.3.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
Expand Down Expand Up @@ -102,8 +102,8 @@
},
"husky": {
"hooks": {
"pre-commit": "yarn run lint:test",
"pre-push": "yarn run lint:test"
"pre-commit": "npm run lint:test",
"pre-push": "npm run lint:test"
}
}
}
Loading

0 comments on commit eafcd49

Please sign in to comment.