Skip to content

Commit

Permalink
package cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Sep 19, 2019
1 parent 3c015e4 commit d472366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bower_components
build/Release

# Dependency directories
node_modules/
node_modules
jspm_packages/

# TypeScript v1 declaration files
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"scripts": {
"test": "npm run shim:test",
"build": "npm run shim:build",
"shim:lint": "eslint ./src ./test ./examples",
"shim:prettier": "prettier --config ./.prettierrc --write ./src/**/**/*.js ./test/**/**/*.js ./examples/**/**/*.js",
"shim:test": "tape -r esm ./test/**/**/*.js",
Expand Down

0 comments on commit d472366

Please sign in to comment.