Skip to content

Commit fe96677

Browse files
committedMar 13, 2018
Added package-lock to gitignore
1 parent bcdec94 commit fe96677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ node_modules
2929
.sass-cache
3030
build
3131
lib
32+
package-lock.json

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "React component for syntax highlighting",
55
"main": "index.js",
66
"scripts": {
7-
"prepublish":
8-
"babel ./src --out-dir ./lib --plugins=transform-class-properties,transform-react-jsx --presets=env",
7+
"prepublish": "babel ./src --out-dir ./lib --plugins=transform-class-properties,transform-react-jsx --presets=env",
98
"test": "karma start --single-run",
109
"dev-test": "karma start"
1110
},

0 commit comments

Comments
 (0)
Please sign in to comment.