Skip to content

Commit

Permalink
Simplify root directory by using scripts dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Oct 29, 2017
1 parent 5f4648a commit 36b5a75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"module": "dist/modules/src/index.js",
"types": "dist/types/src/index.d.ts",
"ember-addon": {
"main": "ember-addon.js"
"main": "scripts/ember-addon.js"
},
"keywords": [
"ember-addon",
Expand All @@ -30,8 +30,8 @@
],
"scripts": {
"clean": "rimraf dist",
"doc": "./build-docs",
"precommit": "./build-docs && git add docs",
"doc": "./scripts/build-docs",
"precommit": "./scripts/build-docs && git add docs",
"problems": "node ./scripts/problems.js",
"preversion": "yarn run test",
"prepack": "ember build -prod && cp ./src/flow/* ./dist/modules/src && cp ./src/flow/* ./dist/commonjs/src",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 36b5a75

Please sign in to comment.