Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ascoders committed Jan 1, 2019
1 parent f799526 commit 9410609
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "pri-plugin-dob",
"version": "1.1.4",
"version": "1.1.5",
"types": "src/index.tsx",
"main": "dist/src/index.js",
"main": "dist/index.js",
"scripts": {
"start": "pri dev",
"prepublishOnly": "npm run build",
Expand All @@ -16,7 +16,7 @@
"format": "tslint --fix './src/**/*.?(ts|tsx)' && prettier --write './src/**/*.?(ts|tsx)'"
},
"devDependencies": {
"pri": "1.0.0-beta74"
"pri": "^1.0.0"
},
"pri": {
"web-entry": [
Expand Down
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"experimentalDecorators": true,
"skipLibCheck": true,
"outDir": "dist",
"rootDir": "./",
"rootDir": "./src",
"baseUrl": ".",
"lib": [
"dom",
Expand All @@ -26,9 +26,7 @@
},
"include": [
".temp/**/*",
"src/**/*",
"tests/**/*",
"docs/**/*"
"src/**/*"
],
"exclude": [
"node_modules",
Expand Down

0 comments on commit 9410609

Please sign in to comment.