Skip to content

Commit

Permalink
Added package-lock to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj36 committed Mar 13, 2018
1 parent bcdec94 commit fe96677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ node_modules
.sass-cache
build
lib
package-lock.json
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "React component for syntax highlighting",
"main": "index.js",
"scripts": {
"prepublish":
"babel ./src --out-dir ./lib --plugins=transform-class-properties,transform-react-jsx --presets=env",
"prepublish": "babel ./src --out-dir ./lib --plugins=transform-class-properties,transform-react-jsx --presets=env",
"test": "karma start --single-run",
"dev-test": "karma start"
},
Expand Down

0 comments on commit fe96677

Please sign in to comment.