Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 70ff1e1

Browse files
committed
Small fix of package.json
1 parent 7a0808b commit 70ff1e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"UI Kit"
1515
],
1616
"license": "UNLICENSED",
17-
"main": "dist/index.js",
17+
"main": "index.js",
1818
"name": "topcoder-react-ui-kit",
1919
"repository": {
2020
"type": "git",
@@ -32,7 +32,7 @@
3232
"lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss",
3333
"test": "npm run lint && npm run jest"
3434
},
35-
"version": "0.4.0",
35+
"version": "0.4.1",
3636
"dependencies": {
3737
"react": "^16.4.1",
3838
"react-css-super-themr": "^2.2.0",

0 commit comments

Comments
 (0)