Skip to content

Commit add234c

Browse files
committed
ci
1 parent 6ba8630 commit add234c

File tree

3 files changed

+35
-33
lines changed

3 files changed

+35
-33
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
node_modules
3-
coverage
3+
coverage
4+
*.log

package-lock.json

Lines changed: 32 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"transpile": "tsc",
1313
"posttranspile": "tsfmt -r index.js index.d.ts",
1414
"pretest": "npm run transpile",
15-
"prepublish": "npm run transpile && npm run test && npm run webpack",
1615
"test": "jest"
1716
},
1817
"jest": {
@@ -78,6 +77,7 @@
7877
"node-sass": "4.5.3",
7978
"open": "0.0.5",
8079
"prismjs": "1.8.1",
80+
"prop-types": "15.6.0",
8181
"raf": "3.4.0",
8282
"react": "16.0.0",
8383
"react-dom": "16.0.0",

0 commit comments

Comments
 (0)