Skip to content

Commit

Permalink
chore: version and scripts for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Josue committed Nov 12, 2020
1 parent 0e3305f commit af31cf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions src/frontend/huskyrc.json

This file was deleted.

8 changes: 4 additions & 4 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "telescope-frontend",
"version": "0.0.1",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 8000",
"develop": "next dev -p 8000",
"build": "next build",
"start": "next start",
"lint": "eslint pages -c .eslintrc.json --ext js,jsx,ts,tsx",
"lint:fix": "eslint pages -c .eslintrc.json --ext js,jsx,ts,tsx --fix"
"eslint": "eslint pages -c .eslintrc.json --ext js,jsx,ts,tsx",
"eslint:fix": "eslint pages -c .eslintrc.json --ext js,jsx,ts,tsx --fix"
},
"dependencies": {
"next": "9.5.5",
Expand Down

0 comments on commit af31cf8

Please sign in to comment.