Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Mar 8, 2023
1 parent b4fefa9 commit 628bfe7
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 21 deletions.
242 changes: 224 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mc-react-header",
"version": "0.2.0",
"version": "0.2.1",
"author": "Kristjan Eimre <[email protected]>",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -22,7 +22,8 @@
},
"scripts": {
"start": "react-scripts start",
"build": "SET NODE_ENV=production && rm -rf dist && npx babel src/MaterialsCloudHeader --out-dir dist --copy-files",
"prebuild": "rimraf dist",
"build": "SET NODE_ENV=production && npx babel src/MaterialsCloudHeader --out-dir dist --copy-files",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand All @@ -49,6 +50,7 @@
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.0"
"babel-loader": "^9.1.0",
"rimraf": "^4.3.1"
}
}

0 comments on commit 628bfe7

Please sign in to comment.