Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
fix: add main and typings in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Oct 8, 2017
1 parent 8d54b92 commit 5d5790a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-component-compiler",
"version": "3.0.0",
"description": "bundler agnostic API for compiling Vue SFC",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "jest",
"lint": "eslint src test",
Expand All @@ -22,6 +22,7 @@
"bugs": {
"url": "https://github.com/vuejs/vue-component-compiler/issues"
},
"typings": "index.d.ts",
"homepage": "https://github.com/vuejs/vue-component-compiler#readme",
"devDependencies": {
"eslint": "^3.19.0",
Expand Down

0 comments on commit 5d5790a

Please sign in to comment.