We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9022329 commit 26ff157Copy full SHA for 26ff157
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"private": true,
3
- "version": "1.0.0",
+ "version": "0.0.0",
4
"scripts": {
5
"build": "lerna run build",
6
"lint": "lerna run lint",
@@ -9,7 +9,6 @@
9
"posttest": "codecov -f coverage/*.json",
10
"ci": "lerna run lint-ci; yarn run build; yarn run test --single-run"
11
},
12
- "lerna": "2.0.0",
13
"workspaces": [
14
"packages/*"
15
],
packages/views-dom/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"description": "DOM support for Material Motion",
"main": "dist/index.js",
- "types": "src/index.ts",
+ "types": "dist/index.d.ts",
7
"typescript:main": "src/index.ts",
8
"lint": "../../node_modules/.bin/tslint -c ../../tslint.json --project tsconfig.json --type-check",
0 commit comments