Skip to content

Commit

Permalink
correct the license and bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
viankakrisna committed Mar 28, 2019
1 parent f0cf502 commit fc0f143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "loader-fs-cache",
"version": "1.0.1",
"version": "1.0.2",
"description": "A published package of https://github.com/babel/babel-loader/blob/master/src/fs-cache.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ade Viankakrisna Fadlil",
"license": "ISC",
"license": "MIT",
"dependencies": {
"find-cache-dir": "^0.1.1",
"mkdirp": "0.5.1"
Expand Down

0 comments on commit fc0f143

Please sign in to comment.