Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 1aa5aad

Browse files
committed
bump v0.1.1
1 parent 54dd367 commit 1aa5aad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "react-semantics",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Useful semantic helper components for working with React.",
55
"author": "Christian Svenkerud",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/csvenke/react-semantics.git"
99
},
10-
"main": "dist/index.ts",
10+
"main": "dist/index.js",
1111
"types": "dist/index.d.ts",
1212
"files": [
1313
"dist"
@@ -52,7 +52,7 @@
5252
"scripts": {
5353
"build": "npm run clean:build && npm run lint && npm run prettify && npm run test && tsc -p ./tsconfig.build.json",
5454
"clean:build": "rimraf ./dist",
55-
"prepublish": "npm run build",
55+
"prepare": "npm run build",
5656
"lint": "tslint -c tslint.json './src/**/*'",
5757
"lintfix": "tslint -c tslint.json --fix './src/**/*'",
5858
"prettify": "prettier -c .prettierrc --write \"src/**/*.@(ts|tsx)\"",

0 commit comments

Comments
 (0)