mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Expose css, link, and head in package. (#154)
* Expose next/css, next/link, and next/head. This allows test runners like Jest and ESLint's file resolver to be able to find exported modules within `next`. Fixes #113 * Removed semicolons for linting and expose modules.
This commit is contained in:
parent
4ea933725d
commit
3fa636fa81
|
@ -6,7 +6,10 @@
|
|||
"license": "MIT",
|
||||
"repository": "zeit/next.js",
|
||||
"files": [
|
||||
"dist"
|
||||
"dist",
|
||||
"link.js",
|
||||
"css.js",
|
||||
"head.js"
|
||||
],
|
||||
"bin": {
|
||||
"next": "./dist/bin/next"
|
||||
|
|
Loading…
Reference in a new issue