Fix file path to main and types in package.json
This commit is contained in:
		@@ -1,4 +1,13 @@
 | 
				
			|||||||
[
 | 
					[
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        "version": "1.0.1-rc.5",
 | 
				
			||||||
 | 
					        "changes": [
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "note":
 | 
				
			||||||
 | 
					                    "Fix `main` and `types` package.json entries so that they point to the new location of index.d.ts and index.js"
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        ]
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        "version": "1.0.1-rc.4",
 | 
					        "version": "1.0.1-rc.4",
 | 
				
			||||||
        "changes": [
 | 
					        "changes": [
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,8 +12,8 @@
 | 
				
			|||||||
        "tokens",
 | 
					        "tokens",
 | 
				
			||||||
        "exchange"
 | 
					        "exchange"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "main": "lib/src/index.js",
 | 
					    "main": "lib/index.js",
 | 
				
			||||||
    "types": "lib/src/index.d.ts",
 | 
					    "types": "lib/index.d.ts",
 | 
				
			||||||
    "scripts": {
 | 
					    "scripts": {
 | 
				
			||||||
        "watch_without_deps": "tsc -w",
 | 
					        "watch_without_deps": "tsc -w",
 | 
				
			||||||
        "build": "yarn build:all",
 | 
					        "build": "yarn build:all",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user