Skip to content

Commit

Permalink
Update eslint-plugin-kolibri version.
Browse files Browse the repository at this point in the history
Delete outdated publish.js script.
  • Loading branch information
rtibbles committed Dec 3, 2024
1 parent 1668098 commit 0f10e55
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 95 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"lint-frontend:watch:format": "yarn run lint-frontend --monitor --write",
"build-kolibri-tools": "yarn workspace kolibri-tools run build-kolibri-tools",
"migrate-core-api": "kolibri-tools migrate '{kolibri*/**/assets,packages}/**/*.{js,vue}' --ignore '**/dist/**,**/node_modules/**,**/static/**'",
"publish-packages": "node ./packages/publish.js",
"hashi-dev": "yarn workspace hashi run dev",
"hashi-build": "yarn workspace hashi run build",
"compress": "kolibri-tools compress 'kolibri/*/**/static/**/*.{html,js,css,svg,map,eot,ttf}'"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-kolibri/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-kolibri",
"version": "0.16.1-dev.1",
"description": "Custom rules.",
"version": "0.18.0",
"description": "Custom linting rules for kolibri",
"author": "Learning Equality",
"main": "lib/index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kolibri-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-kolibri": "0.16.1-dev.1",
"eslint-plugin-kolibri": "^0.18.0",
"eslint-plugin-vue": "^9.31.0",
"fast-glob": "3.3.2",
"kolibri-logging": "^1.0.0",
Expand Down
82 changes: 0 additions & 82 deletions packages/publish.js

This file was deleted.

9 changes: 0 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2941,15 +2941,6 @@ anymatch@^3.0.3, anymatch@~3.1.2:
normalize-path "^3.0.0"
picomatch "^2.0.4"

"aphrodite@git+https://github.com/learningequality/aphrodite.git":
version "2.2.3"
uid fdc8d7be8912a5cf17f74ff10f124013c52c3e32
resolved "git+https://github.com/learningequality/aphrodite.git#fdc8d7be8912a5cf17f74ff10f124013c52c3e32"
dependencies:
asap "^2.0.3"
inline-style-prefixer "^4.0.2"
string-hash "^1.1.3"

"aphrodite@https://github.com/learningequality/aphrodite/":
version "2.2.3"
resolved "https://github.com/learningequality/aphrodite/#fdc8d7be8912a5cf17f74ff10f124013c52c3e32"
Expand Down

0 comments on commit 0f10e55

Please sign in to comment.