Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit f4786bd

Browse files
committed
package: move temp to devDependencies
It's only used by the specs
1 parent 6e02446 commit f4786bd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package-lock.json

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"pegjs": "~0.8.0",
1919
"scoped-property-store": "^0.17.0",
2020
"season": "^6.0.2",
21-
"temp": "^0.9.1",
2221
"underscore-plus": "^1.7.0"
2322
},
2423
"devDependencies": {
25-
"standard": "^14.3.4"
24+
"standard": "^14.3.4",
25+
"temp": "^0.9.1"
2626
},
2727
"engines": {
2828
"atom": "*"

0 commit comments

Comments
 (0)